Home
last modified time | relevance | path

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

123456

/u-boot/fs/ubifs/
A Dkey.h100 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 Dtnc.c896 const union ubifs_key *key, in fallible_resolve_collision()
1040 const union ubifs_key *key, in resolve_collision_directly()
1450 int ubifs_tnc_locate(struct ubifs_info *c, const union ubifs_key *key, in ubifs_tnc_locate()
1556 union ubifs_key *key; in ubifs_tnc_get_bu_keys() local
1897 union ubifs_key *key, *key1; in correct_parent_keys() local
1983 union ubifs_key *key = &zbr->key, *key1; in tnc_insert() local
2587 static int key_in_range(struct ubifs_info *c, union ubifs_key *key, in key_in_range()
2612 union ubifs_key *key; in ubifs_tnc_remove_range() local
2770 union ubifs_key *key, in ubifs_tnc_next_ent()
2997 union ubifs_key *key, int level, in lookup_znode()
[all …]
/u-boot/lib/crypto/
A Drsa_helper.c26 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 Dpublic_key.c46 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()
204 u8 *key, *ptr; in software_key_query() local
267 char *key, *ptr; in software_key_eds_op() local
353 char *key, *ptr; in public_key_verify_signature() local
419 static int public_key_verify_signature_2(const struct key *key, in public_key_verify_signature_2()
A Dasymmetric_type.c68 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 Davb_rsa.c26 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 Davb_property_descriptor.c43 const char* key; member
90 const char* key, in avb_property_lookup()
118 const char* key, in avb_property_lookup_uint64()
A Davb_cmdline.c117 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 Drsa-mod-exp.c45 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 Drsa-sign.c46 EVP_PKEY *key = NULL; in rsa_pem_get_pub_key() local
106 EVP_PKEY *key = NULL; in rsa_engine_get_pub_key() local
226 EVP_PKEY *key = NULL; in rsa_engine_get_priv_key() local
487 static int rsa_get_exponent(RSA *key, uint64_t *e) in rsa_get_exponent()
536 int rsa_get_params(RSA *key, uint64_t *exponent, uint32_t *n0_invp, in rsa_get_params()
/u-boot/arch/arm/mach-tegra/
A Dcrypto.c50 static void sign_object(u8 *key, u8 *key_schedule, u8 *src, u8 *dst, in sign_object()
104 static int tegra_crypto_core(u8 *key, enum security_op oper, u8 *src, in tegra_crypto_core()
152 int sign_enc_data_block(u8 *source, unsigned int length, u8 *signature, u8 *key) in sign_enc_data_block()
158 int encrypt_data_block(u8 *source, unsigned int length, u8 *key) in encrypt_data_block()
164 int decrypt_data_block(u8 *source, unsigned int length, u8 *key) in decrypt_data_block()
/u-boot/arch/arm/mach-stm32mp/
A Dcmd_stm32key.c99 static void read_key_value(const struct stm32key *key, u32 addr) in read_key_value()
110 static int read_key_otp(struct udevice *dev, const struct stm32key *key, bool print, bool *locked) in read_key_otp()
188 static int fuse_key_value(struct udevice *dev, const struct stm32key *key, u32 addr, bool print) in fuse_key_value()
229 static void display_key_info(const struct stm32key *key) in display_key_info()
247 const struct stm32key *key; in do_stm32key_select() local
273 const struct stm32key *key; in do_stm32key_read() local
321 const struct stm32key *key = get_key(stm32key_index); in do_stm32key_fuse() local
371 const struct stm32key *key; in do_stm32key_close() local
/u-boot/test/env/
A Dhashtable.c24 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 Dsubvolume.c21 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 Dctree.c105 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 Dinode.c25 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
426 struct btrfs_key key; in btrfs_read_extent_reg() local
537 struct btrfs_key key; in lookup_data_extent() local
666 struct btrfs_key key; in btrfs_file_read() local
A Ddir-item.c86 struct btrfs_key key; in btrfs_lookup_dir_item() local
121 struct btrfs_key key; in btrfs_iter_dir() local
A Droot-tree.c6 struct btrfs_root_item *item, struct btrfs_key *key) in btrfs_find_last_root()
/u-boot/scripts/kconfig/
A Dnconf.c303 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/common/
A Dmenu.c28 char *key; member
215 char *key = m->item_choice(m->item_choice_data); in menu_interactive_choice() local
433 enum bootmenu_key key = BKEY_NONE; in bootmenu_autoboot_loop() local
488 enum bootmenu_key key; in bootmenu_conv_key() local
529 enum bootmenu_key key; in bootmenu_loop() local
/u-boot/lib/ecdsa/
A Decdsa-verify.c29 static int fdt_get_key(struct ecdsa_public_key *key, const void *fdt, int node) in fdt_get_key()
61 struct ecdsa_public_key key; in ecdsa_verify_hash() local
/u-boot/lib/blake2/
A Dblake2b.c127 int blake2b_init_key( blake2b_state *S, size_t outlen, const void *key, size_t keylen ) in blake2b_init_key()
280 int blake2b( void *out, size_t outlen, const void *in, size_t inlen, const void *key, size_t keylen… in blake2b()
309 int blake2( void *out, size_t outlen, const void *in, size_t inlen, const void *key, size_t keylen … in blake2()
/u-boot/boot/
A Dbootflow_menu.c80 char str[2], *label, *key; in bootflow_menu_new() local
213 int ichar, key; in bootflow_menu_run() local
A Dscene_menu.c170 int key) in scene_menu_find_key()
191 int scene_menu_send_key(struct scene *scn, struct scene_obj_menu *menu, int key, in scene_menu_send_key()
368 struct scene_obj_txt *key = NULL, *label = NULL; in scene_menu_display() local
/u-boot/tools/
A Dkey2dtsi.py40 key = RSA.importKey(key_data) variable

Completed in 53 milliseconds

123456