Searched refs:AES_GCM_ASM2 (Results 1 – 1 of 1) sorted by relevance
139 # define AES_GCM_ASM2(gctx) (gctx->gcm.block==(block128_f)aesni_encrypt && \ macro141 # undef AES_GCM_ASM2 /* minor size optimization */2936 #if defined(AES_GCM_ASM2) in aes_gcm_tls_cipher()2937 if (len >= 32 && AES_GCM_ASM2(gctx)) { in aes_gcm_tls_cipher()2977 #if defined(AES_GCM_ASM2) in aes_gcm_tls_cipher()2978 if (len >= 16 && AES_GCM_ASM2(gctx)) { in aes_gcm_tls_cipher()3094 #if defined(AES_GCM_ASM2) in aes_gcm_cipher()3095 if (len >= 32 && AES_GCM_ASM2(gctx)) { in aes_gcm_cipher()3138 #if defined(AES_GCM_ASM2) in aes_gcm_cipher()3139 if (len >= 16 && AES_GCM_ASM2(gctx)) { in aes_gcm_cipher()
Completed in 23 milliseconds