Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/cmac/
Dcmac.c59 struct cmac_ctx_st { struct
60 EVP_CIPHER_CTX cipher_ctx;
63 uint8_t k1[AES_BLOCK_SIZE];
64 uint8_t k2[AES_BLOCK_SIZE];
66 uint8_t block[AES_BLOCK_SIZE];
68 unsigned block_used;