Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/
Dcc3xx_chacha.h40 struct cc3xx_chacha_state_t { struct
41 cc3xx_chacha_direction_t direction;
42 cc3xx_chacha_mode_t mode;
43 bool iv_is_96_bit;
44 uint32_t key[8];
46 size_t crypted_len;
47 size_t authed_len;
49 uint64_t counter;
50 uint32_t iv[3];
52 struct cc3xx_dma_state_t dma_state;
[all …]