Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/rockchip/
H A Drkce_core.h164 struct rkce_symm_td_buf { struct
165 uint8_t key1[RKCE_AES_KEYSIZE_256]; // offset 0x00
166 uint8_t key2[RKCE_AES_KEYSIZE_256]; // offset 0x20
167 uint8_t iv[RKCE_TD_IV_SIZE]; // offset 0x40
168 struct rkce_gcm_len gcm_len; // offset 0x50
169 uint8_t tag[RKCE_TD_TAG_SIZE]; // offset 0x60
170 uint8_t ctx[RKCE_SYMM_CONTEXT_SIZE]; // offset 0x70
171 void *user_data;