Home
last modified time | relevance | path

Searched refs:CC_AES_BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/shared/include/
Dcc_crypto_ctx.h46 #define CC_AES_BLOCK_SIZE 16 macro
257 uint8_t block_state[CC_AES_BLOCK_SIZE];
277 CC_AES_BLOCK_SIZE/sizeof(uint32_t) - 2 *
284 uint8_t block_state[CC_AES_BLOCK_SIZE];
286 uint8_t mac_state[CC_AES_BLOCK_SIZE]; /* MAC result */
287 uint8_t nonce[CC_AES_BLOCK_SIZE]; /* nonce buffer */
302 3 * (CC_AES_BLOCK_SIZE/sizeof(uint32_t)) -