Home
last modified time | relevance | path

Searched refs:AES_GCM_ASM (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw.c67 #if defined(AES_GCM_ASM) in generic_aes_gcm_cipher_update()
70 if (len >= AES_GCM_ENC_BYTES && AES_GCM_ASM(ctx)) { in generic_aes_gcm_cipher_update()
96 #if defined(AES_GCM_ASM) in generic_aes_gcm_cipher_update()
99 if (len >= AES_GCM_DEC_BYTES && AES_GCM_ASM(ctx)) { in generic_aes_gcm_cipher_update()
142 #elif defined(AES_PMULL_CAPABLE) && defined(AES_GCM_ASM)
/freebsd/crypto/openssl/include/crypto/
H A Daes_platform.h108 # define AES_GCM_ASM(gctx) ((gctx)->ctr==aes_v8_ctr32_encrypt_blocks && \ macro
230 # define AES_GCM_ASM(ctx) (ctx->ctr == aesni_ctr32_encrypt_blocks && \ macro
/freebsd/crypto/openssl/crypto/evp/
H A De_aes.c2824 #if defined(AES_GCM_ASM) in aes_gcm_tls_cipher()
2825 if (len >= 32 && AES_GCM_ASM(gctx)) { in aes_gcm_tls_cipher()
2865 #if defined(AES_GCM_ASM) in aes_gcm_tls_cipher()
2866 if (len >= 16 && AES_GCM_ASM(gctx)) { in aes_gcm_tls_cipher()
2976 #if defined(AES_GCM_ASM) in aes_gcm_cipher()
2977 if (len >= 32 && AES_GCM_ASM(gctx)) { in aes_gcm_cipher()
3020 #if defined(AES_GCM_ASM) in aes_gcm_cipher()
3021 if (len >= 16 && AES_GCM_ASM(gctx)) { in aes_gcm_cipher()