Home
last modified time | relevance | path

Searched defs:key2 (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/fs/ubifs/
H A Dtnc_misc.c358 const union ubifs_key *key1, *key2; in read_znode() local
H A Dkey.h474 const union ubifs_key *key2) in keys_cmp()
499 const union ubifs_key *key2) in keys_eq()
H A Dtnc.c2687 union ubifs_key key1, key2; in ubifs_tnc_remove_ino() local
/rk3399_rockchip-uboot/lib/rsa/
H A Drsa-mod-exp.c294 uint32_t key1[key.len], key2[key.len]; in rsa_mod_exp_sw() local
/rk3399_rockchip-uboot/scripts/kconfig/lxdialog/
H A Dutil.c551 int key2; in on_key_esc() local
/rk3399_rockchip-uboot/include/rockchip/
H A Drkce_core.h166 uint8_t key2[RKCE_AES_KEYSIZE_256]; // offset 0x20 member
184 uint8_t key2[RKCE_AES_KEYSIZE_256]; // offset 0x20 member
/rk3399_rockchip-uboot/cmd/
H A Dcrypto.c111 #define CIPHER_XTS_TEST(algo_type, mode_type, key1, key2, iv_val, in, out) { \ argument