Searched refs:find_key (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/accessibility/speakup/ |
H A D | genmap.c | 85 this = find_key(cp); in main() 105 this = find_key(cp); in main() 122 this = find_key("spk_key"); in main() 126 this = find_key("spk_lock"); in main()
|
H A D | utils.h | 71 static inline struct st_key *find_key(char *name) in find_key() function
|
H A D | makemapdata.c | 100 this = find_key(def_val); in main()
|
/openbmc/u-boot/board/gdsys/a38x/ |
H A D | hre.c | 138 static int find_key(struct udevice *tpm, const uint8_t auth[20], in find_key() function 356 if (find_key(tpm, src_reg->digest, dst_reg->digest, &parent_handle)) in hre_op_loadkey()
|
/openbmc/u-boot/board/gdsys/p1022/ |
H A D | controlcenterd-id.c | 298 static int find_key(struct udevice *tpm, const uint8_t auth[20], in find_key() function 595 if (find_key(tpm, src_reg->digest, dst_reg->digest, &parent_handle)) in hre_op_loadkey()
|
/openbmc/linux/drivers/md/persistent-data/ |
H A D | dm-btree.c | 1340 static int find_key(struct ro_spine *s, dm_block_t block, bool find_highest, in find_key() function 1385 r = find_key(&spine, root, find_highest, result_keys + level, in dm_btree_find_key()
|