HomeSort by: relevance | last modified time | path
    Searched refs:AESNI_CAPABLE (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_aes_ccm_hw_aesni.inc 37 return AESNI_CAPABLE ? &aesni_ccm : &aes_ccm;
cipher_aes_gcm_hw_aesni.inc 43 if (AESNI_CAPABLE)
cipher_aes_ccm_hw.c 60 #elif defined(AESNI_CAPABLE)
cipher_aes_ocb_hw.c 60 #if defined(AESNI_CAPABLE)
80 if (AESNI_CAPABLE) \
cipher_aes_xts_hw.c 101 #if defined(AESNI_CAPABLE)
147 if (AESNI_CAPABLE) \
cipher_aes_gcm_hw.c 137 #elif defined(AESNI_CAPABLE)
cipher_aes_hw.c 143 #if defined(AESNI_CAPABLE)
cipher_aes_cbc_hmac_sha1_hw.c 19 #if !defined(AES_CBC_HMAC_SHA_CAPABLE) || !defined(AESNI_CAPABLE)
787 #endif /* !defined(AES_CBC_HMAC_SHA_CAPABLE) || !defined(AESNI_CAPABLE) */
cipher_aes_cbc_hmac_sha256_hw.c 19 #if !defined(AES_CBC_HMAC_SHA_CAPABLE) || !defined(AESNI_CAPABLE)
837 #endif /* !defined(AES_CBC_HMAC_SHA_CAPABLE) || !defined(AESNI_CAPABLE) */
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_aes_ccm_hw_aesni.inc 37 return AESNI_CAPABLE ? &aesni_ccm : &aes_ccm;
cipher_aes_gcm_hw_aesni.inc 36 return AESNI_CAPABLE ? &aesni_gcm : &aes_gcm;
cipher_aes_ocb_hw.c 62 # if defined(AESNI_CAPABLE)
82 if (AESNI_CAPABLE) \
cipher_aes_ccm_hw.c 60 #elif defined(AESNI_CAPABLE)
cipher_aes_xts_hw.c 100 #if defined(AESNI_CAPABLE)
120 if (AESNI_CAPABLE) \
cipher_aes_gcm_hw.c 138 #elif defined(AESNI_CAPABLE)
cipher_aes_hw.c 139 #if defined(AESNI_CAPABLE)
cipher_aes_cbc_hmac_sha1_hw.c 19 #if !defined(AES_CBC_HMAC_SHA_CAPABLE) || !defined(AESNI_CAPABLE)
795 #endif /* !defined(AES_CBC_HMAC_SHA_CAPABLE) || !defined(AESNI_CAPABLE) */
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
e_aes_cbc_hmac_sha1.c 45 #define AESNI_CAPABLE (1 << (57 - 32))
938 return (OPENSSL_ia32cap_P[1] & AESNI_CAPABLE ? &aesni_128_cbc_hmac_sha1_cipher : NULL);
943 return (OPENSSL_ia32cap_P[1] & AESNI_CAPABLE ? &aesni_256_cbc_hmac_sha1_cipher : NULL);
e_aes_cbc_hmac_sha256.c 45 #define AESNI_CAPABLE (1 << (57 - 32))
914 return ((OPENSSL_ia32cap_P[1] & AESNI_CAPABLE) && aesni_cbc_sha256_enc(NULL, NULL, 0, NULL, NULL, NULL, NULL) ? &aesni_128_cbc_hmac_sha256_cipher : NULL);
919 return ((OPENSSL_ia32cap_P[1] & AESNI_CAPABLE) && aesni_cbc_sha256_enc(NULL, NULL, 0, NULL, NULL, NULL, NULL) ? &aesni_256_cbc_hmac_sha256_cipher : NULL);
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
e_aes_cbc_hmac_sha1.c 47 # define AESNI_CAPABLE (1<<(57-32))
950 return (OPENSSL_ia32cap_P[1] & AESNI_CAPABLE ?
956 return (OPENSSL_ia32cap_P[1] & AESNI_CAPABLE ?
e_aes_cbc_hmac_sha256.c 47 # define AESNI_CAPABLE (1<<(57-32))
934 return ((OPENSSL_ia32cap_P[1] & AESNI_CAPABLE) &&
941 return ((OPENSSL_ia32cap_P[1] & AESNI_CAPABLE) &&
  /src/crypto/external/bsd/openssl.old/dist/crypto/evp/
e_aes_cbc_hmac_sha1.c 41 # define AESNI_CAPABLE (1<<(57-32))
945 return (OPENSSL_ia32cap_P[1] & AESNI_CAPABLE ?
951 return (OPENSSL_ia32cap_P[1] & AESNI_CAPABLE ?
e_aes_cbc_hmac_sha256.c 42 # define AESNI_CAPABLE (1<<(57-32))
929 return ((OPENSSL_ia32cap_P[1] & AESNI_CAPABLE) &&
936 return ((OPENSSL_ia32cap_P[1] & AESNI_CAPABLE) &&
  /src/crypto/external/bsd/openssl/dist/include/crypto/
aes_platform.h 147 # define AESNI_CAPABLE (OPENSSL_ia32cap_P[1]&(1<<(57-32)))
  /src/crypto/external/apache2/openssl/dist/include/crypto/
aes_platform.h 177 #define AESNI_CAPABLE (OPENSSL_ia32cap_P[1] & (1 << (57 - 32)))

Completed in 42 milliseconds

1 2