Lines Matching refs:AES_GCM_ASM2
139 # define AES_GCM_ASM2(gctx) (gctx->gcm.block==(block128_f)aesni_encrypt && \
141 # undef AES_GCM_ASM2 /* minor size optimization */
2848 #if defined(AES_GCM_ASM2)
2849 if (len >= 32 && AES_GCM_ASM2(gctx)) {
2889 #if defined(AES_GCM_ASM2)
2890 if (len >= 16 && AES_GCM_ASM2(gctx)) {
3004 #if defined(AES_GCM_ASM2)
3005 if (len >= 32 && AES_GCM_ASM2(gctx)) {
3048 #if defined(AES_GCM_ASM2)
3049 if (len >= 16 && AES_GCM_ASM2(gctx)) {