Searched refs:AES_GCM_ASM (Results 1 – 3 of 3) sorted by relevance
67 #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)
106 # define AES_GCM_ASM(gctx) ((gctx)->ctr==aes_v8_ctr32_encrypt_blocks && \ macro228 # define AES_GCM_ASM(ctx) (ctx->ctr == aesni_ctr32_encrypt_blocks && \ macro
2830 #if defined(AES_GCM_ASM) in aes_gcm_tls_cipher()2831 if (len >= 32 && AES_GCM_ASM(gctx)) { in aes_gcm_tls_cipher()2871 #if defined(AES_GCM_ASM) in aes_gcm_tls_cipher()2872 if (len >= 16 && AES_GCM_ASM(gctx)) { in aes_gcm_tls_cipher()2982 #if defined(AES_GCM_ASM) in aes_gcm_cipher()2983 if (len >= 32 && AES_GCM_ASM(gctx)) { in aes_gcm_cipher()3026 #if defined(AES_GCM_ASM) in aes_gcm_cipher()3027 if (len >= 16 && AES_GCM_ASM(gctx)) { in aes_gcm_cipher()
Completed in 11 milliseconds