Searched refs:AES_GCM_ASM2 (Results 1 – 2 of 2) sorted by relevance
139 # define AES_GCM_ASM2(gctx) (gctx->gcm.block==(block128_f)aesni_encrypt && \ macro141 # undef AES_GCM_ASM2 /* minor size optimization */2842 #if defined(AES_GCM_ASM2) in aes_gcm_tls_cipher()2843 if (len >= 32 && AES_GCM_ASM2(gctx)) { in aes_gcm_tls_cipher()2883 #if defined(AES_GCM_ASM2) in aes_gcm_tls_cipher()2884 if (len >= 16 && AES_GCM_ASM2(gctx)) { in aes_gcm_tls_cipher()2998 #if defined(AES_GCM_ASM2) in aes_gcm_cipher()2999 if (len >= 32 && AES_GCM_ASM2(gctx)) { in aes_gcm_cipher()3042 #if defined(AES_GCM_ASM2) in aes_gcm_cipher()3043 if (len >= 16 && AES_GCM_ASM2(gctx)) { in aes_gcm_cipher()
262 # define AES_GCM_ASM2(gctx) (gctx->gcm.block==(block128_f)aesni_encrypt && \ macro264 # undef AES_GCM_ASM2 /* minor size optimization */3114 #if defined(AES_GCM_ASM2) in aes_gcm_tls_cipher()3115 if (len >= 32 && AES_GCM_ASM2(gctx)) { in aes_gcm_tls_cipher()3155 #if defined(AES_GCM_ASM2) in aes_gcm_tls_cipher()3156 if (len >= 16 && AES_GCM_ASM2(gctx)) { in aes_gcm_tls_cipher()3228 #if defined(AES_GCM_ASM2) in aes_gcm_cipher()3229 if (len >= 32 && AES_GCM_ASM2(gctx)) { in aes_gcm_cipher()3272 #if defined(AES_GCM_ASM2) in aes_gcm_cipher()3273 if (len >= 16 && AES_GCM_ASM2(gctx)) { in aes_gcm_cipher()