Home
last modified time | relevance | path

Searched refs:AES_GCM_IV_LEN (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/crypto/armv8/
H A Darmv8_crypto_wrap.c242 const uint8_t iv[static AES_GCM_IV_LEN], in armv8_aes_encrypt_gcm() argument
254 memcpy(aes_counter, iv, AES_GCM_IV_LEN); in armv8_aes_encrypt_gcm()
328 const uint8_t iv[static AES_GCM_IV_LEN], in armv8_aes_decrypt_gcm() argument
342 memcpy(aes_counter, iv, AES_GCM_IV_LEN); in armv8_aes_decrypt_gcm()
H A Darmv8_crypto.c220 if (csp->csp_ivlen != AES_GCM_IV_LEN) in armv8_crypto_probesession()
/f-stack/freebsd/opencrypto/
H A Dxform_gmac.c61 .ivsize = AES_GCM_IV_LEN,
H A Dxform_aes_icm.c86 .ivsize = AES_GCM_IV_LEN,
H A Dcryptosoft.c411 ivlen = AES_GCM_IV_LEN; in swcr_gmac()
499 ivlen = AES_GCM_IV_LEN; in swcr_gcm()
1093 if (csp->csp_ivlen != AES_GCM_IV_LEN) in swcr_setup_gcm()
1202 if (csp->csp_ivlen != AES_GCM_IV_LEN) in swcr_auth_supported()
H A Dcryptodev.h123 #define AES_GCM_IV_LEN 12 macro
H A Dktls_ocf.c595 csp.csp_ivlen = AES_GCM_IV_LEN; in ktls_ocf_try()
H A Dcryptodev.c649 csp.csp_ivlen = AES_GCM_IV_LEN; in cse_create()
/f-stack/dpdk/drivers/crypto/dpaa_sec/
H A Ddpaa_sec.h20 #define AES_GCM_IV_LEN 12 macro
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dcrypto_os.c267 csp.csp_ivlen = AES_GCM_IV_LEN; in freebsd_crypt_newsession()
/f-stack/freebsd/crypto/ccp/
H A Dccp.c378 if (csp->csp_ivlen != AES_GCM_IV_LEN) in ccp_probesession()
/f-stack/freebsd/crypto/aesni/
H A Daesni.c305 if (csp->csp_ivlen != AES_GCM_IV_LEN || in aesni_probesession()