Searched defs:rkce_symm_hash_td_buf (Results 1 – 1 of 1) sorted by relevance
182 struct rkce_symm_hash_td_buf { struct183 uint8_t key1[RKCE_AES_KEYSIZE_256]; // offset 0x00184 uint8_t key2[RKCE_AES_KEYSIZE_256]; // offset 0x20185 uint8_t key3[RKCE_AES_KEYSIZE_256 * 2]; // offset 0x40186 uint8_t iv[RKCE_TD_IV_SIZE]; // offset 0x80187 struct rkce_gcm_len gcm_len; // offset 0x90188 uint8_t tag[RKCE_TD_TAG_SIZE]; // offset 0xA0189 uint8_t hash[RKCE_TD_HASH_SIZE]; // offset 0xB0190 uint8_t symm_ctx[RKCE_SYMM_CONTEXT_SIZE]; // offset 0xF0191 uint8_t hash_ctx[RKCE_HASH_CONTEXT_SIZE]; // offset 0x110[all …]