Home
last modified time | relevance | path

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

1234

/rk3399_rockchip-uboot/fs/ubifs/
H A Dkey.h86 union ubifs_key *key, ino_t inum) in ino_key_init()
101 union ubifs_key *key = k; in ino_key_init_flash() local
115 union ubifs_key *key, ino_t inum) in lowest_ino_key()
128 union ubifs_key *key, ino_t inum) in highest_ino_key()
142 union ubifs_key *key, ino_t inum, in dent_key_init()
161 union ubifs_key *key, ino_t inum, in dent_key_init_hash()
179 union ubifs_key *key = k; in dent_key_init_flash() local
196 union ubifs_key *key, ino_t inum) in lowest_dent_key()
210 union ubifs_key *key, ino_t inum, in xent_key_init()
230 union ubifs_key *key = k; in xent_key_init_flash() local
[all …]
H A Dtnc.c499 static int fallible_read_node(struct ubifs_info *c, const union ubifs_key *key, in fallible_read_node()
703 static int resolve_collision(struct ubifs_info *c, const union ubifs_key *key, in resolve_collision()
892 const union ubifs_key *key, in fallible_resolve_collision()
1036 const union ubifs_key *key, in resolve_collision_directly()
1171 int ubifs_lookup_level0(struct ubifs_info *c, const union ubifs_key *key, in ubifs_lookup_level0()
1307 static int lookup_level0_dirty(struct ubifs_info *c, const union ubifs_key *key, in lookup_level0_dirty()
1446 int ubifs_tnc_locate(struct ubifs_info *c, const union ubifs_key *key, in ubifs_tnc_locate()
1552 union ubifs_key *key; in ubifs_tnc_get_bu_keys() local
1808 static int do_lookup_nm(struct ubifs_info *c, const union ubifs_key *key, in do_lookup_nm()
1856 int ubifs_tnc_lookup_nm(struct ubifs_info *c, const union ubifs_key *key, in ubifs_tnc_lookup_nm()
[all …]
H A Dtnc_misc.c129 const union ubifs_key *key, int *n) in ubifs_search_zbranch()
453 union ubifs_key key1, *key = &zbr->key; in ubifs_tnc_read_node() local
H A Ddebug.h162 #define ubifs_dbg_msg_key(type, key, fmt, ...) do { \ argument
179 #define ubifs_dbg_msg_key(type, key, fmt, ...) do { \ argument
192 #define dbg_jnlk(key, fmt, ...) \ argument
196 #define dbg_tnck(key, fmt, ...) \ argument
204 #define dbg_mntk(key, fmt, ...) \ argument
/rk3399_rockchip-uboot/lib/avb/libavb/
H A Davb_rsa.c49 IAvbKey* key = NULL; in iavb_parse_key_data() local
106 static void iavb_free_parsed_key(IAvbKey* key) { in iavb_free_parsed_key()
111 static void subM(const IAvbKey* key, uint32_t* a) { in subM()
122 static int geM(const IAvbKey* key, uint32_t* a) { in geM()
137 static void montMulAdd(const IAvbKey* key, in montMulAdd()
162 static void montMul(const IAvbKey* key, uint32_t* c, uint32_t* a, uint32_t* b) { in montMul()
175 static void modpowF4(const IAvbKey* key, uint8_t* inout) { in modpowF4()
231 bool avb_rsa_verify(const uint8_t* key, in avb_rsa_verify()
H A Davb_property_descriptor.c62 const char* key; member
109 const char* key, in avb_property_lookup()
137 const char* key, in avb_property_lookup_uint64()
H A Davb_cmdline.c134 const char* key, in cmdline_append_option()
194 const char* key, in cmdline_append_version()
213 const char* key, in cmdline_append_uint64_base10()
221 const char* key, in cmdline_append_hex()
/rk3399_rockchip-uboot/lib/rsa/
H A Drsa-mod-exp.c37 static void subtract_modulus(const struct rsa_public_key *key, uint32_t num[]) in subtract_modulus()
56 static int greater_equal_modulus(const struct rsa_public_key *key, in greater_equal_modulus()
81 static void montgomery_mul_add_step(const struct rsa_public_key *key, in montgomery_mul_add_step()
116 static void montgomery_mul(const struct rsa_public_key *key, in montgomery_mul()
133 static int num_public_exponent_bits(const struct rsa_public_key *key, in num_public_exponent_bits()
163 static int is_public_exponent_bit_set(const struct rsa_public_key *key, in is_public_exponent_bit_set()
175 static int pow_mod(const struct rsa_public_key *key, uint32_t *inout) in pow_mod()
258 struct rsa_public_key key; in rsa_mod_exp_sw() local
H A Drsa-sign.c60 EVP_PKEY *key; in rsa_pem_get_pub_key() local
128 EVP_PKEY *key; in rsa_engine_get_pub_key() local
239 EVP_PKEY *key; in rsa_engine_get_priv_key() local
418 EVP_PKEY *key; in rsa_sign_with_key() local
560 static int rsa_get_exponent(RSA *key, uint64_t *e) in rsa_get_exponent()
609 int rsa_get_params(RSA *key, uint64_t *exponent, uint32_t *n0_invp, in rsa_get_params()
/rk3399_rockchip-uboot/drivers/input/
H A Drk8xx_pwrkey.c17 struct dm_key_uclass_platdata *key; in rk8xx_pwron_rise_handler() local
28 struct dm_key_uclass_platdata *key; in rk8xx_pwron_fall_handler() local
39 struct dm_key_uclass_platdata *key = dev_get_uclass_platdata(dev); in rk8xx_pwrkey_probe() local
H A Dinput.c241 int key, int release) in process_modifier()
309 static int array_search(int *array, int count, int key) in array_search()
461 int key = keycode[i] & KEY_MASK; in input_keycodes_to_ascii() local
471 int key = keycode[i]; in input_keycodes_to_ascii() local
/rk3399_rockchip-uboot/scripts/kconfig/
H 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 …]
/rk3399_rockchip-uboot/cmd/
H A Dbootmenu.c27 char key[3]; /* key identifier of number */ member
82 enum bootmenu_key *key, int *esc) in bootmenu_autoboot_loop()
133 enum bootmenu_key *key, int *esc) in bootmenu_loop()
194 enum bootmenu_key key = KEY_NONE; in bootmenu_choice_entry() local
/rk3399_rockchip-uboot/drivers/mmc/
H A Drpmb.c150 static void rpmb_hmac(unsigned char *key, unsigned char *buff, int len, in rpmb_hmac()
213 int mmc_rpmb_set_key(struct mmc *mmc, void *key) in mmc_rpmb_set_key()
228 unsigned short cnt, unsigned char *key) in mmc_rpmb_read()
284 unsigned short cnt, unsigned char *key) in mmc_rpmb_write()
/rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra20/
H A Dcrypto.c49 static void sign_object(u8 *key, u8 *key_schedule, u8 *src, u8 *dst, in sign_object()
100 static int encrypt_and_sign(u8 *key, enum security_op oper, u8 *src, in encrypt_and_sign()
/rk3399_rockchip-uboot/drivers/ufs/
H A Dufs-rockchip-rpmb.c154 static void ufs_rpmb_hmac(unsigned char *key, struct rpmb_data_frame *frames_in, ssize_t blocks_cnt, in ufs_rpmb_hmac()
350 int ufs_rpmb_blk_read(char *blk_data, uint8_t *key, uint16_t blk_index, uint16_t block_count) in ufs_rpmb_blk_read()
423 int ufs_rpmb_blk_write(char *write_data, uint8_t *key, uint16_t blk_index, uint16_t blk_count) in ufs_rpmb_blk_write()
500 int ufs_rpmb_write_key(uint8_t * key, uint8_t len) in ufs_rpmb_write_key()
/rk3399_rockchip-uboot/board/syteco/zmx25/
H A Dzmx25.c152 int key = gpio_get_value(IMX_GPIO_NR(2, 29)); in board_late_init() local
/rk3399_rockchip-uboot/board/samsung/common/
H A Dmisc.c145 static int key_pressed(int key) in key_pressed()
355 int key = 0; in download_menu() local
/rk3399_rockchip-uboot/drivers/net/
H A Dne2000_base.c243 dp83902a_send(u8 *data, int total_len, u32 key) in dp83902a_send()
515 u32 key; in dp83902a_TxEvent() local
671 void uboot_push_tx_done(int key, int val) { in uboot_push_tx_done()
/rk3399_rockchip-uboot/scripts/kconfig/lxdialog/
H A Dyesno.c32 int i, x, y, key = 0, button = 0; in dialog_yesno() local
/rk3399_rockchip-uboot/arch/sandbox/include/asm/
H A Dsdl.h91 static inline int sandbox_sdl_scan_keys(int key[], int max_keys) in sandbox_sdl_scan_keys()
/rk3399_rockchip-uboot/arch/sandbox/cpu/
H A Dsdl.c208 int sandbox_sdl_scan_keys(int key[], int max_keys) in sandbox_sdl_scan_keys()
227 int key[8]; /* allow up to 8 keys to be pressed at once */ in sandbox_sdl_key_pressed() local
/rk3399_rockchip-uboot/common/
H A Dattestation_key.c203 const uint8_t *key, uint32_t key_size) in write_key()
324 atap_blob key; in load_attestation_key() local
399 atap_blob key; in read_key_data() local
/rk3399_rockchip-uboot/board/imgtec/malta/
H A Dsuperio.c28 u8 key; member
/rk3399_rockchip-uboot/drivers/crypto/rockchip/
H A Dcrypto_v2.c206 static inline void write_key_reg(u32 chn, const u8 *key, u32 key_len) in write_key_reg()
682 int rk_hmac_init(void *hw_ctx, u32 algo, u8 *key, u32 key_len) in rk_hmac_init()
705 sha_context *ctx, u8 *key, u32 key_len) in rockchip_crypto_hmac_init()
900 static int hw_cipher_init(u32 chn, const u8 *key, const u8 *twk_key, in hw_cipher_init()
1164 static int hw_aes_init(u32 chn, const u8 *key, const u8 *twk_key, u32 key_len, in hw_aes_init()
1199 static int hw_sm4_init(u32 chn, const u8 *key, const u8 *twk_key, u32 key_len, in hw_sm4_init()
1226 int rk_crypto_des(struct udevice *dev, u32 mode, const u8 *key, u32 key_len, in rk_crypto_des()
1259 const u8 *key, const u8 *twk_key, u32 key_len, in rk_crypto_aes()
1280 const u8 *key, const u8 *twk_key, u32 key_len, in rk_crypto_sm4()
1326 const u8 *key, u32 key_len, in rk_crypto_mac()
[all …]

1234