Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 1339) sorted by relevance

12345678910>>...54

/openbmc/linux/tools/testing/selftests/bpf/progs/
Dmap_kptr_fail.c
Dtest_tunnel_kern.c
/openbmc/u-boot/fs/ubifs/
H A Dkey.h85 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/
Dkey.h
/openbmc/linux/tools/perf/util/bpf_skel/
Dkwork_trace.bpf.c
/openbmc/qemu/qobject/
H A Dqdict.c56 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/
Dkey.c
/openbmc/linux/fs/nilfs2/
Ddirect.c
/openbmc/linux/include/crypto/internal/
Ddes.h
/openbmc/linux/tools/perf/arch/x86/util/
Dkvm-stat.c
/openbmc/linux/crypto/
Drsa_helper.c
/openbmc/qemu/hw/usb/
H A Du2f.c142 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 Dcanokey.c70 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/
Dsiphash.h
Djump_label_ratelimit.h
/openbmc/qemu/hw/virtio/
H A Dcbor-helpers.c13 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/
Dllsec.c
/openbmc/linux/include/net/
Darp.h
/openbmc/qemu/tests/unit/
H A Dcheck-qdict.c73 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 Drsa-mod-exp.c36 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/
Dsecurity.c
/openbmc/u-boot/lib/libavb/
H A Davb_rsa.c25 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 Djson_utils.hpp98 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/
Drequest_key.c
/openbmc/linux/drivers/input/
Dsparse-keymap.c

12345678910>>...54