/u-boot/fs/ubifs/ |
A D | key.h | 100 union ubifs_key *key = k; in ino_key_init_flash() local 178 union ubifs_key *key = k; in dent_key_init_flash() local 229 union ubifs_key *key = k; in xent_key_init_flash() local 304 union ubifs_key *key) in invalid_key_init() 316 const union ubifs_key *key) in key_type() 328 const union ubifs_key *key = k; in key_type_flash() local 340 const union ubifs_key *key = k; in key_inum() local 352 const union ubifs_key *key = k; in key_inum_flash() local 363 const union ubifs_key *key) in key_hash() 375 const union ubifs_key *key = k; in key_hash_flash() local [all …]
|
A D | tnc.c | 879 const union ubifs_key *key, in fallible_resolve_collision() 1023 const union ubifs_key *key, in resolve_collision_directly() 1433 int ubifs_tnc_locate(struct ubifs_info *c, const union ubifs_key *key, in ubifs_tnc_locate() 1539 union ubifs_key *key; in ubifs_tnc_get_bu_keys() local 1880 union ubifs_key *key, *key1; in correct_parent_keys() local 1966 union ubifs_key *key = &zbr->key, *key1; in tnc_insert() local 2570 static int key_in_range(struct ubifs_info *c, union ubifs_key *key, in key_in_range() 2595 union ubifs_key *key; in ubifs_tnc_remove_range() local 2753 union ubifs_key *key, in ubifs_tnc_next_ent() 2976 union ubifs_key *key, int level, in lookup_znode() [all …]
|
A D | tnc_misc.c | 130 const union ubifs_key *key, int *n) in ubifs_search_zbranch() 454 union ubifs_key key1, *key = &zbr->key; in ubifs_tnc_read_node() local
|
/u-boot/lib/crypto/ |
A D | rsa_helper.c | 26 struct rsa_key *key = context; in rsa_get_n() local 60 struct rsa_key *key = context; in rsa_get_e() local 75 struct rsa_key *key = context; in rsa_get_d() local 90 struct rsa_key *key = context; in rsa_get_p() local 105 struct rsa_key *key = context; in rsa_get_q() local 120 struct rsa_key *key = context; in rsa_get_dp() local 135 struct rsa_key *key = context; in rsa_get_dq() local 150 struct rsa_key *key = context; in rsa_get_qinv() local 173 int rsa_parse_pub_key(struct rsa_key *rsa_key, const void *key, in rsa_parse_pub_key() 193 int rsa_parse_priv_key(struct rsa_key *rsa_key, const void *key, in rsa_parse_priv_key()
|
A D | public_key.c | 46 struct public_key *key = asymmetric_key->payload.data[asym_crypto]; in public_key_describe() local 56 void public_key_free(struct public_key *key) in public_key_free() 207 u8 *key, *ptr; in software_key_query() local 270 char *key, *ptr; in software_key_eds_op() local 356 char *key, *ptr; in public_key_verify_signature() local 422 static int public_key_verify_signature_2(const struct key *key, in public_key_verify_signature_2()
|
A D | asymmetric_type.c | 68 struct key *key; in find_asymmetric_key() local 266 static bool asymmetric_key_cmp(const struct key *key, in asymmetric_key_cmp() 279 static bool asymmetric_key_cmp_partial(const struct key *key, in asymmetric_key_cmp_partial() 349 static void asymmetric_key_describe(const struct key *key, struct seq_file *m) in asymmetric_key_describe() 453 static void asymmetric_key_destroy(struct key *key) in asymmetric_key_destroy() 475 struct key *key) in asymmetric_restriction_alloc() 519 struct key *key; in asymmetric_lookup_restriction() local 561 struct key *key = params->key; in asymmetric_key_eds_op() local
|
/u-boot/lib/libavb/ |
A D | avb_rsa.c | 26 IAvbKey* key = NULL; in iavb_parse_key_data() local 83 static void iavb_free_parsed_key(IAvbKey* key) { in iavb_free_parsed_key() 88 static void subM(const IAvbKey* key, uint32_t* a) { in subM() 99 static int geM(const IAvbKey* key, uint32_t* a) { in geM() 114 static void montMulAdd(const IAvbKey* key, in montMulAdd() 139 static void montMul(const IAvbKey* key, uint32_t* c, uint32_t* a, uint32_t* b) { in montMul() 152 static void modpowF4(const IAvbKey* key, uint8_t* inout) { in modpowF4() 208 bool avb_rsa_verify(const uint8_t* key, in avb_rsa_verify()
|
A D | avb_property_descriptor.c | 43 const char* key; member 90 const char* key, in avb_property_lookup() 118 const char* key, in avb_property_lookup_uint64()
|
A D | avb_cmdline.c | 117 const char* key, in cmdline_append_option() 177 const char* key, in cmdline_append_version() 196 const char* key, in cmdline_append_uint64_base10() 204 const char* key, in cmdline_append_hex()
|
/u-boot/lib/rsa/ |
A D | rsa-mod-exp.c | 45 static void subtract_modulus(const struct rsa_public_key *key, uint32_t num[]) in subtract_modulus() 64 static int greater_equal_modulus(const struct rsa_public_key *key, in greater_equal_modulus() 89 static void montgomery_mul_add_step(const struct rsa_public_key *key, in montgomery_mul_add_step() 124 static void montgomery_mul(const struct rsa_public_key *key, in montgomery_mul() 141 static int num_public_exponent_bits(const struct rsa_public_key *key, in num_public_exponent_bits() 171 static int is_public_exponent_bit_set(const struct rsa_public_key *key, in is_public_exponent_bit_set() 183 static int pow_mod(const struct rsa_public_key *key, uint32_t *inout) in pow_mod() 261 struct rsa_public_key key; in rsa_mod_exp_sw() local 328 struct rsa_public_key *key; in zynq_pow_mod() local
|
A D | rsa-sign.c | 60 EVP_PKEY *key; in rsa_pem_get_pub_key() local 128 EVP_PKEY *key; in rsa_engine_get_pub_key() local 253 EVP_PKEY *key; in rsa_engine_get_priv_key() local 424 EVP_PKEY *key; in rsa_sign_with_key() local 564 static int rsa_get_exponent(RSA *key, uint64_t *e) in rsa_get_exponent() 613 int rsa_get_params(RSA *key, uint64_t *exponent, uint32_t *n0_invp, in rsa_get_params()
|
/u-boot/test/env/ |
A D | hashtable.c | 24 char key[20]; in htab_fill() local 44 char key[20]; in htab_check_fill() local 67 char key[20]; in htab_create_delete() local
|
/u-boot/fs/btrfs/ |
A D | subvolume.c | 21 struct btrfs_key key; in get_path_in_subvol() local 83 struct btrfs_key key; in list_one_subvol() local 163 struct btrfs_key key; in list_subvolums() local
|
A D | ctree.c | 105 struct btrfs_disk_key key; in btrfs_check_node() local 136 struct btrfs_disk_key key; in btrfs_check_leaf() local 218 struct btrfs_disk_key key; in check_block() local 248 int item_size, const struct btrfs_key *key, in generic_bin_search() 282 int btrfs_bin_search(struct extent_buffer *eb, const struct btrfs_key *key, in btrfs_bin_search() 333 struct btrfs_key key; in btrfs_find_item() local 390 struct btrfs_root *root, const struct btrfs_key *key, in btrfs_search_slot() 497 const struct btrfs_key *key, in btrfs_search_slot_for_read()
|
A D | inode.c | 25 struct btrfs_key key; in btrfs_readlink() local 77 struct btrfs_key key; in lookup_root_ref() local 124 struct btrfs_key key; in get_parent_inode() local 250 struct btrfs_key key; in btrfs_lookup_path() local 420 struct btrfs_key key; in btrfs_read_extent_reg() local 523 struct btrfs_key key; in lookup_data_extent() local 655 struct btrfs_key key; in btrfs_file_read() local
|
A D | dir-item.c | 86 struct btrfs_key key; in btrfs_lookup_dir_item() local 121 struct btrfs_key key; in btrfs_iter_dir() local
|
A D | root-tree.c | 6 struct btrfs_root_item *item, struct btrfs_key *key) in btrfs_find_last_root()
|
/u-boot/scripts/kconfig/ |
A D | nconf.c | 303 function_key key; member 388 static void handle_f1(int *key, struct menu *current_item) in handle_f1() 396 static void handle_f2(int *key, struct menu *current_item) in handle_f2() 403 static void handle_f3(int *key, struct menu *current_item) in handle_f3() 412 static void handle_f4(int *key, struct menu *current_item) in handle_f4() 428 static void handle_f5(int *key, struct menu *current_item) in handle_f5() 435 static void handle_f6(int *key, struct menu *current_item) in handle_f6() 442 static void handle_f7(int *key, struct menu *current_item) in handle_f7() 449 static void handle_f8(int *key, struct menu *current_item) in handle_f8() 456 static void handle_f9(int *key, struct menu *current_item) in handle_f9() [all …]
|
/u-boot/cmd/ |
A D | bootmenu.c | 29 char key[3]; /* key identifier of number */ member 85 enum bootmenu_key *key, int *esc) in bootmenu_autoboot_loop() 139 enum bootmenu_key *key, int *esc) in bootmenu_loop() 218 enum bootmenu_key key = KEY_NONE; in bootmenu_choice_entry() local
|
A D | mbr.c | 29 static char *extract_val(const char *str, const char *key) in extract_val() 67 static bool found_key(const char *str, const char *key) in found_key()
|
/u-boot/arch/arm/mach-tegra/tegra20/ |
A D | crypto.c | 49 static void sign_object(u8 *key, u8 *key_schedule, u8 *src, u8 *dst, in sign_object() 103 static int encrypt_and_sign(u8 *key, enum security_op oper, u8 *src, in encrypt_and_sign()
|
/u-boot/board/syteco/zmx25/ |
A D | zmx25.c | 156 int key = gpio_get_value(IMX_GPIO_NR(2, 29)); in board_late_init() local
|
/u-boot/include/keys/ |
A D | asymmetric-type.h | 73 const struct asymmetric_key_ids *asymmetric_key_ids(const struct key *key) in asymmetric_key_ids()
|
/u-boot/drivers/net/ |
A D | ne2000_base.c | 245 dp83902a_send(u8 *data, int total_len, u32 key) in dp83902a_send() 517 u32 key; in dp83902a_TxEvent() local 673 void uboot_push_tx_done(int key, int val) { in uboot_push_tx_done()
|
/u-boot/drivers/mmc/ |
A D | rpmb.c | 188 static void rpmb_hmac(unsigned char *key, unsigned char *buff, int len, in rpmb_hmac() 251 int mmc_rpmb_set_key(struct mmc *mmc, void *key) in mmc_rpmb_set_key() 266 unsigned short cnt, unsigned char *key) in mmc_rpmb_read() 299 unsigned short cnt, unsigned char *key) in mmc_rpmb_write()
|