Home
last modified time | relevance | path

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

/freebsd/sys/crypto/armv8/
H A Darmv8_crypto.h74 const uint8_t[static AES_GCM_IV_LEN],
79 const uint8_t[static AES_GCM_IV_LEN],
H A Darmv8_crypto_wrap.c331 const uint8_t iv[static AES_GCM_IV_LEN], const __uint128_val_t *Htable) in armv8_aes_gmac_setup() argument
337 memcpy(s->aes_counter, iv, AES_GCM_IV_LEN); in armv8_aes_gmac_setup()
397 const uint8_t iv[static AES_GCM_IV_LEN], in armv8_aes_encrypt_gcm() argument
460 const uint8_t iv[static AES_GCM_IV_LEN], in armv8_aes_decrypt_gcm() argument
/freebsd/sys/opencrypto/
H A Dxform_gmac.c60 .ivsize = AES_GCM_IV_LEN,
H A Dxform_aes_icm.c105 .ivsize = AES_GCM_IV_LEN,
161 KASSERT(ivlen == AES_GCM_IV_LEN, in aes_gcm_reinit()
H A Dcryptodev.h128 #define AES_GCM_IV_LEN 12 macro
H A Dcryptosoft.c351 ivlen = AES_GCM_IV_LEN; in swcr_gmac()
428 ivlen = AES_GCM_IV_LEN; in swcr_gcm()
1430 if (csp->csp_ivlen != AES_GCM_IV_LEN) in swcr_auth_supported()
H A Dktls_ocf.c753 be32enc(crp.crp_iv + AES_GCM_IV_LEN, 2); in ktls_ocf_tls12_aead_recrypt()
1019 csp.csp_ivlen = AES_GCM_IV_LEN; in ktls_ocf_try()
H A Dcrypto.c802 if (csp->csp_ivlen != AES_GCM_IV_LEN) in check_csp()
859 if (csp->csp_ivlen != AES_GCM_IV_LEN) in check_csp()
H A Dcryptodev.c458 csp.csp_ivlen = AES_GCM_IV_LEN; in cse_create()
/freebsd/sys/crypto/openssl/
H A Dossl_aes.c67 .ivsize = AES_GCM_IV_LEN,
H A Dossl.c198 if (csp->csp_ivlen != AES_GCM_IV_LEN) in ossl_probesession()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dcrypto_os.c273 csp.csp_ivlen = AES_GCM_IV_LEN; in freebsd_crypt_newsession()
/freebsd/sys/crypto/openssl/amd64/
H A Dossl_aes_gcm.c77 KASSERT(len == AES_GCM_IV_LEN, in gcm_setiv_avx512()
255 KASSERT(len == AES_GCM_IV_LEN, in gcm_setiv_aesni()
/freebsd/sys/crypto/openssl/arm/
H A Dossl_aes_gcm.c59 KASSERT(len == AES_GCM_IV_LEN, in gcm_setiv()
/freebsd/tools/tools/crypto/
H A Dcryptocheck.c238 .iv_sizes = { AES_GCM_IV_LEN }, .evp_cipher = EVP_aes_128_gcm },
241 .iv_sizes = { AES_GCM_IV_LEN }, .evp_cipher = EVP_aes_192_gcm },
244 .iv_sizes = { AES_GCM_IV_LEN }, .evp_cipher = EVP_aes_256_gcm },
/freebsd/sys/dev/safexcel/
H A Dsafexcel.c1805 memcpy(cdesc->control_data.token, req->iv, AES_GCM_IV_LEN); in safexcel_instr_gcm()
1851 memcpy(cdesc->control_data.token, req->iv, AES_GCM_IV_LEN); in safexcel_instr_gmac()
2283 if (csp->csp_ivlen != AES_GCM_IV_LEN) in safexcel_probesession()
/freebsd/sys/dev/qat_c2xxx/
H A Dqat.c1868 if (csp->csp_ivlen != AES_GCM_IV_LEN) in qat_probesession()