Searched refs:EVP_has_aes_hardware (Results 1 - 7 of 7) sorted by relevance

/external/boringssl/include/openssl/
H A Daead.h133 /* EVP_has_aes_hardware returns one if we enable hardware support for fast and
135 OPENSSL_EXPORT int EVP_has_aes_hardware(void);
/external/boringssl/src/include/openssl/
H A Daead.h133 /* EVP_has_aes_hardware returns one if we enable hardware support for fast and
135 OPENSSL_EXPORT int EVP_has_aes_hardware(void);
/external/conscrypt/src/main/java/org/conscrypt/
H A DNativeCrypto.java764 public static native int EVP_has_aes_hardware(); method in class:NativeCrypto
787 static final String[] DEFAULT_X509_CIPHER_SUITES = EVP_has_aes_hardware() == 1 ?
/external/webrtc/webrtc/base/
H A Dopensslstreamadapter.cc1139 if (EVP_has_aes_hardware()) {
1156 if (EVP_has_aes_hardware()) {
/external/boringssl/src/ssl/
H A Dssl_cipher.c1419 if (EVP_has_aes_hardware()) {
/external/boringssl/src/crypto/cipher/
H A De_aes.c1759 int EVP_has_aes_hardware(void) { function
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp8060 ret = EVP_has_aes_hardware();
8062 JNI_TRACE("EVP_has_aes_hardware => %d", ret);
11229 NATIVE_METHOD(NativeCrypto, EVP_has_aes_hardware, "()I"),

Completed in 135 milliseconds