Home
last modified time | relevance | path

Searched refs:AES_CCM_IV_LEN (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/opencrypto/
H A Dxform_aes_icm.c103 .ivsize = AES_CCM_IV_LEN,
148 ctx->ac_block[0] = (15 - AES_CCM_IV_LEN) - 1; in aes_ccm_reinit()
149 bcopy(iv, ctx->ac_block+1, AES_CCM_IV_LEN); in aes_ccm_reinit()
H A Dcryptosoft.c663 ivlen = AES_CCM_IV_LEN; in swcr_ccm_cbc_mac()
736 ivlen = AES_CCM_IV_LEN; in swcr_ccm()
1137 if (csp->csp_ivlen != AES_CCM_IV_LEN) in swcr_setup_ccm()
1220 if (csp->csp_ivlen != AES_CCM_IV_LEN) in swcr_auth_supported()
H A Dcryptodev.h124 #define AES_CCM_IV_LEN 12 macro
H A Dcryptodev.c651 csp.csp_ivlen = AES_CCM_IV_LEN; in cse_create()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dcrypto_os.c280 csp.csp_ivlen = AES_CCM_IV_LEN; in freebsd_crypt_newsession()
/f-stack/freebsd/crypto/aesni/
H A Daesni.c322 if (csp->csp_ivlen != AES_CCM_IV_LEN || in aesni_probesession()