Searched refs:AES_GCM_IV_LEN (Results 1 – 12 of 12) sorted by relevance
242 const uint8_t iv[static AES_GCM_IV_LEN], in armv8_aes_encrypt_gcm() argument254 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() argument342 memcpy(aes_counter, iv, AES_GCM_IV_LEN); in armv8_aes_decrypt_gcm()
220 if (csp->csp_ivlen != AES_GCM_IV_LEN) in armv8_crypto_probesession()
61 .ivsize = AES_GCM_IV_LEN,
86 .ivsize = AES_GCM_IV_LEN,
411 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()
123 #define AES_GCM_IV_LEN 12 macro
595 csp.csp_ivlen = AES_GCM_IV_LEN; in ktls_ocf_try()
649 csp.csp_ivlen = AES_GCM_IV_LEN; in cse_create()
20 #define AES_GCM_IV_LEN 12 macro
267 csp.csp_ivlen = AES_GCM_IV_LEN; in freebsd_crypt_newsession()
378 if (csp->csp_ivlen != AES_GCM_IV_LEN) in ccp_probesession()
305 if (csp->csp_ivlen != AES_GCM_IV_LEN || in aesni_probesession()