Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/rockchip/
H A Drkce_core.h182 struct rkce_symm_hash_td_buf { struct
183 uint8_t key1[RKCE_AES_KEYSIZE_256]; // offset 0x00
184 uint8_t key2[RKCE_AES_KEYSIZE_256]; // offset 0x20
185 uint8_t key3[RKCE_AES_KEYSIZE_256 * 2]; // offset 0x40
186 uint8_t iv[RKCE_TD_IV_SIZE]; // offset 0x80
187 struct rkce_gcm_len gcm_len; // offset 0x90
188 uint8_t tag[RKCE_TD_TAG_SIZE]; // offset 0xA0
189 uint8_t hash[RKCE_TD_HASH_SIZE]; // offset 0xB0
190 uint8_t symm_ctx[RKCE_SYMM_CONTEXT_SIZE]; // offset 0xF0
191 uint8_t hash_ctx[RKCE_HASH_CONTEXT_SIZE]; // offset 0x110
[all …]