Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/driver/
Daesgcm_driver.h62 typedef struct AesGcmContext_t { struct
64 uint32_t keyBuf[AES_256_BIT_KEY_SIZE_WORDS];
66 uint32_t H[AES_128_BIT_KEY_SIZE_WORDS];
68 uint32_t J0[CC_AESGCM_GHASH_DIGEST_SIZE_WORDS];
70 uint32_t tempBuf[CC_AESGCM_GHASH_DIGEST_SIZE_WORDS];
95 }AesGcmContext_t; argument