/openbmc/linux/tools/testing/selftests/bpf/progs/ |
D | map_kptr_fail.c |
|
D | test_tunnel_kern.c |
|
/openbmc/u-boot/fs/ubifs/ |
H A D | key.h | 85 union ubifs_key *key, ino_t inum) in ino_key_init() 100 union ubifs_key *key = k; in ino_key_init_flash() local 114 union ubifs_key *key, ino_t inum) in lowest_ino_key() 127 union ubifs_key *key, ino_t inum) in highest_ino_key() 141 union ubifs_key *key, ino_t inum, in dent_key_init() 160 union ubifs_key *key, ino_t inum, in dent_key_init_hash() 178 union ubifs_key *key = k; in dent_key_init_flash() local 195 union ubifs_key *key, ino_t inum) in lowest_dent_key() 209 union ubifs_key *key, ino_t inum, in xent_key_init() 229 union ubifs_key *key = k; in xent_key_init_flash() local [all …]
|
/openbmc/linux/fs/ubifs/ |
D | key.h |
|
/openbmc/linux/tools/perf/util/bpf_skel/ |
D | kwork_trace.bpf.c |
|
/openbmc/qemu/qobject/ |
H A D | qdict.c | 56 static QDictEntry *alloc_entry(const char *key, QObject *value) in alloc_entry() 92 const char *key, unsigned int bucket) in qdict_find() 115 void qdict_put_obj(QDict *qdict, const char *key, QObject *value) in qdict_put_obj() 134 void qdict_put_int(QDict *qdict, const char *key, int64_t value) in qdict_put_int() 139 void qdict_put_bool(QDict *qdict, const char *key, bool value) in qdict_put_bool() 144 void qdict_put_str(QDict *qdict, const char *key, const char *value) in qdict_put_str() 149 void qdict_put_null(QDict *qdict, const char *key) in qdict_put_null() 160 QObject *qdict_get(const QDict *qdict, const char *key) in qdict_get() 173 int qdict_haskey(const QDict *qdict, const char *key) in qdict_haskey() 194 double qdict_get_double(const QDict *qdict, const char *key) in qdict_get_double() [all …]
|
/openbmc/linux/drivers/net/wireless/silabs/wfx/ |
D | key.c |
|
/openbmc/linux/fs/nilfs2/ |
D | direct.c |
|
/openbmc/linux/include/crypto/internal/ |
D | des.h |
|
/openbmc/linux/tools/perf/arch/x86/util/ |
D | kvm-stat.c |
|
/openbmc/linux/crypto/ |
D | rsa_helper.c |
|
/openbmc/qemu/hw/usb/ |
H A D | u2f.c | 142 static void u2f_key_reset(U2FKeyState *key) in u2f_key_reset() 151 U2FKeyState *key = U2F_KEY(dev); in u2f_key_handle_reset() local 159 U2FKeyState *key = U2F_KEY(dev); in u2f_key_handle_control() local 194 static void u2f_key_recv_from_guest(U2FKeyState *key, USBPacket *p) in u2f_key_recv_from_guest() 207 static void u2f_pending_in_add(U2FKeyState *key, in u2f_pending_in_add() 223 static uint8_t *u2f_pending_in_get(U2FKeyState *key) in u2f_pending_in_get() 240 U2FKeyState *key = U2F_KEY(dev); in u2f_key_handle_data() local 267 void u2f_send_to_guest(U2FKeyState *key, in u2f_send_to_guest() 276 U2FKeyState *key = U2F_KEY(dev); in u2f_key_unrealize() local 286 U2FKeyState *key = U2F_KEY(dev); in u2f_key_realize() local
|
H A D | canokey.c | 70 CanoKeyState *key = base; in canokey_emu_stall_ep() local 80 CanoKeyState *key = base; in canokey_emu_set_address() local 89 CanoKeyState *key = base; in canokey_emu_prepare_receive() local 99 CanoKeyState *key = base; in canokey_emu_transmit() local 129 CanoKeyState *key = base; in canokey_emu_get_rx_data_size() local 139 CanoKeyState *key = CANOKEY(dev); in canokey_handle_reset() local 152 CanoKeyState *key = CANOKEY(dev); in canokey_handle_control() local 190 CanoKeyState *key = CANOKEY(dev); in canokey_handle_data() local 273 CanoKeyState *key = CANOKEY(base); in canokey_realize() local
|
/openbmc/linux/include/linux/ |
D | siphash.h |
|
D | jump_label_ratelimit.h |
|
/openbmc/qemu/hw/virtio/ |
H A D | cbor-helpers.c | 13 bool qemu_cbor_map_add(cbor_item_t *map, cbor_item_t *key, cbor_item_t *value) in qemu_cbor_map_add() 42 bool qemu_cbor_add_bool_to_map(cbor_item_t *map, const char *key, bool value) in qemu_cbor_add_bool_to_map() 71 bool qemu_cbor_add_uint8_to_map(cbor_item_t *map, const char *key, in qemu_cbor_add_uint8_to_map() 101 bool qemu_cbor_add_map_to_map(cbor_item_t *map, const char *key, in qemu_cbor_add_map_to_map() 133 bool qemu_cbor_add_bytestring_to_map(cbor_item_t *map, const char *key, in qemu_cbor_add_bytestring_to_map() 163 bool qemu_cbor_add_null_to_map(cbor_item_t *map, const char *key) in qemu_cbor_add_null_to_map() 192 bool qemu_cbor_add_string_to_map(cbor_item_t *map, const char *key, in qemu_cbor_add_string_to_map() 222 bool qemu_cbor_add_uint8_array_to_map(cbor_item_t *map, const char *key, in qemu_cbor_add_uint8_array_to_map() 263 bool qemu_cbor_add_uint8_key_bytestring_to_map(cbor_item_t *map, uint8_t key, in qemu_cbor_add_uint8_key_bytestring_to_map() 293 bool qemu_cbor_add_uint64_to_map(cbor_item_t *map, const char *key, in qemu_cbor_add_uint64_to_map()
|
/openbmc/linux/net/mac802154/ |
D | llsec.c |
|
/openbmc/linux/include/net/ |
D | arp.h |
|
/openbmc/qemu/tests/unit/ |
H A D | check-qdict.c | 73 const char *key = "test"; in qdict_get_test() local 91 const char *key = "int"; in qdict_get_int_test() local 106 const char *key = "int"; in qdict_get_try_int_test() local 127 const char *key = "key"; in qdict_get_str_test() local 143 const char *key = "key"; in qdict_get_try_str_test() local 166 const char *key = "test"; in qdict_haskey_test() local 177 const char *key = "key test"; in qdict_del_test() local 238 const char *key = "exists"; in qdict_put_exists_test() local 274 static QString *read_line(FILE *file, char *key) in read_line() 290 char key[128]; in qdict_stress_test() local
|
/openbmc/u-boot/lib/rsa/ |
H A D | rsa-mod-exp.c | 36 static void subtract_modulus(const struct rsa_public_key *key, uint32_t num[]) in subtract_modulus() 55 static int greater_equal_modulus(const struct rsa_public_key *key, in greater_equal_modulus() 80 static void montgomery_mul_add_step(const struct rsa_public_key *key, in montgomery_mul_add_step() 115 static void montgomery_mul(const struct rsa_public_key *key, in montgomery_mul() 132 static int num_public_exponent_bits(const struct rsa_public_key *key, in num_public_exponent_bits() 162 static int is_public_exponent_bit_set(const struct rsa_public_key *key, in is_public_exponent_bit_set() 174 static int pow_mod(const struct rsa_public_key *key, uint32_t *inout) in pow_mod() 252 struct rsa_public_key key; in rsa_mod_exp_sw() local 320 struct rsa_public_key *key; in zynq_pow_mod() local
|
/openbmc/linux/drivers/nvdimm/ |
D | security.c |
|
/openbmc/u-boot/lib/libavb/ |
H A D | avb_rsa.c | 25 IAvbKey* key = NULL; in iavb_parse_key_data() local 82 static void iavb_free_parsed_key(IAvbKey* key) { in iavb_free_parsed_key() 87 static void subM(const IAvbKey* key, uint32_t* a) { in subM() 98 static int geM(const IAvbKey* key, uint32_t* a) { in geM() 113 static void montMulAdd(const IAvbKey* key, in montMulAdd() 138 static void montMul(const IAvbKey* key, uint32_t* c, uint32_t* a, uint32_t* b) { in montMul() 151 static void modpowF4(const IAvbKey* key, uint8_t* inout) { in modpowF4() 207 bool avb_rsa_verify(const uint8_t* key, in avb_rsa_verify()
|
/openbmc/bmcweb/redfish-core/include/utils/ |
H A D | json_utils.hpp | 98 bool checkRange(const FromType& from, std::string_view key) in checkRange() 135 UnpackErrorCode unpackValueVariant(nlohmann::json& j, std::string_view key, in unpackValueVariant() 155 std::string_view key, Type& value) in unpackValueWithErrorCode() 282 bool unpackValue(nlohmann::json& jsonValue, std::string_view key, in unpackValue() 371 bool unpackValue(nlohmann::json& jsonValue, std::string_view key, Type& value) in unpackValue() 510 std::string_view key; member 526 std::string_view key = unpackSpec.key; in readJsonHelperObject() local 617 void packVariant(std::span<PerUnpack> toPack, std::string_view key, in packVariant() 632 std::string_view key, FirstType&& first, in readJsonObject() 644 std::string_view key, FirstType&& first, UnpackTypes&&... in) in readJson() [all …]
|
/openbmc/linux/security/keys/ |
D | request_key.c |
|
/openbmc/linux/drivers/input/ |
D | sparse-keymap.c |
|