Home
last modified time | relevance | path

Searched defs:key1 (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/fs/ubifs/
H A Dtnc_misc.c358 const union ubifs_key *key1, *key2; in read_znode() local
453 union ubifs_key key1, *key = &zbr->key; in ubifs_tnc_read_node() local
H A Dkey.h473 const union ubifs_key *key1, in keys_cmp()
498 const union ubifs_key *key1, in keys_eq()
H A Dtnc.c1698 union ubifs_key key1; in validate_data_node() local
1893 union ubifs_key *key, *key1; in correct_parent_keys() local
1979 union ubifs_key *key = &zbr->key, *key1; in tnc_insert() local
2687 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/include/rockchip/
H A Drkce_core.h165 uint8_t key1[RKCE_AES_KEYSIZE_256]; // offset 0x00 member
183 uint8_t key1[RKCE_AES_KEYSIZE_256]; // offset 0x00 member
/rk3399_rockchip-uboot/cmd/
H A Dcrypto.c111 #define CIPHER_XTS_TEST(algo_type, mode_type, key1, key2, iv_val, in, out) { \ argument