Home
last modified time | relevance | path

Searched refs:cbc_mac (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/opencrypto/
H A Dxform_aes_icm.c62 struct aes_cbc_mac_ctx cbc_mac; member
186 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()
/freebsd/sys/modules/crypto/
H A DMakefile100 SRCS += cbc_mac.c
/freebsd/sys/conf/
H A Dfiles5042 opencrypto/cbc_mac.c optional crypto
/freebsd/
H A DObsoleteFiles.inc8051 OLD_FILES+=usr/include/crypto/cbc_mac.h