Searched defs:AesGcmContext_t (Results 1 – 1 of 1) sorted by relevance
62 typedef struct AesGcmContext_t { struct64 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