Searched refs:cbc_mac (Results 1 – 4 of 4) sorted by relevance
62 struct aes_cbc_mac_ctx cbc_mac; member186 AES_CBC_MAC_Reinit(&ctx->cbc_mac, iv, ivlen); in aes_ccm_reinit()281 AES_CBC_MAC_Setkey(&ctx->cbc_mac, key, len); in aes_ccm_setkey()298 return (AES_CBC_MAC_Update(&ctx->cbc_mac, buf, len)); in aes_ccm_update()314 AES_CBC_MAC_Final(tag, &ctx->cbc_mac); in aes_ccm_final()
100 SRCS += cbc_mac.c
5042 opencrypto/cbc_mac.c optional crypto
8051 OLD_FILES+=usr/include/crypto/cbc_mac.h