Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/
Dcc3xx_aes.h66 struct cc3xx_aes_state_t { struct
67 cc3xx_aes_mode_t mode;
68 cc3xx_aes_direction_t direction;
70 uint32_t iv[AES_IV_LEN / sizeof(uint32_t)];
72 uint32_t tun1_iv[AES_IV_LEN / sizeof(uint32_t)];
74 uint32_t ctr[AES_CTR_LEN / sizeof(uint32_t)];
76 size_t crypted_length;
77 size_t authed_length;
79 size_t aes_to_crypt_len;
80 size_t aes_to_auth_len;
[all …]