Home
last modified time | relevance | path

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

/freebsd/sys/opencrypto/
H A Dcbc_mac.h46 struct aes_cbc_mac_ctx { struct
47 uint8_t staging_block[CCM_CBC_BLOCK_LEN];
48 uint8_t block[CCM_CBC_BLOCK_LEN];
49 int blockIndex;
50 int nonceLength; /* This one is in bytes, not bits! */
51 const uint8_t *nonce;
53 int rounds;
54 uint32_t keysched[4*(RIJNDAEL_MAXNR+1)];
H A Dxform_auth.h95 struct aes_cbc_mac_ctx aes_cbc_mac_ctx; member