/external/conscrypt/testing/src/main/java/org/conscrypt/java/security/ |
D | CpuFeatures.java | 57 Method EVP_has_aes_hardware = in isAESHardwareAccelerated() local 59 EVP_has_aes_hardware.setAccessible(true); in isAESHardwareAccelerated() 60 return ((Integer) EVP_has_aes_hardware.invoke(null)) == 1; in isAESHardwareAccelerated()
|
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/java/security/ |
D | CpuFeatures.java | 61 Method EVP_has_aes_hardware = in isAESHardwareAccelerated() local 63 EVP_has_aes_hardware.setAccessible(true); in isAESHardwareAccelerated() 64 return ((Integer) EVP_has_aes_hardware.invoke(null)) == 1; in isAESHardwareAccelerated()
|
/external/cronet/third_party/boringssl/src/include/openssl/ |
D | aead.h | 189 OPENSSL_EXPORT int EVP_has_aes_hardware(void);
|
/external/boringssl/src/include/openssl/ |
D | aead.h | 189 OPENSSL_EXPORT int EVP_has_aes_hardware(void);
|
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | aead.h | 185 OPENSSL_EXPORT int EVP_has_aes_hardware(void);
|
/external/cronet/third_party/boringssl/src/ssl/ |
D | encrypted_client_hello.cc | 666 : EVP_has_aes_hardware())) { in ssl_select_ech_config() 722 : EVP_has_aes_hardware(); in setup_ech_grease()
|
D | ssl_lib.cc | 2045 : EVP_has_aes_hardware(); in SSL_CTX_set_cipher_list() 2052 : EVP_has_aes_hardware(); in SSL_CTX_set_strict_cipher_list() 2063 : EVP_has_aes_hardware(); in SSL_set_cipher_list() 2074 : EVP_has_aes_hardware(); in SSL_set_strict_cipher_list()
|
D | tls13_server.cc | 122 : EVP_has_aes_hardware(), in choose_tls13_cipher()
|
/external/boringssl/src/ssl/ |
D | encrypted_client_hello.cc | 666 : EVP_has_aes_hardware())) { in ssl_select_ech_config() 722 : EVP_has_aes_hardware(); in setup_ech_grease()
|
D | ssl_lib.cc | 2043 : EVP_has_aes_hardware(); in SSL_CTX_set_cipher_list() 2050 : EVP_has_aes_hardware(); in SSL_CTX_set_strict_cipher_list() 2061 : EVP_has_aes_hardware(); in SSL_set_cipher_list() 2072 : EVP_has_aes_hardware(); in SSL_set_strict_cipher_list()
|
D | tls13_server.cc | 122 : EVP_has_aes_hardware(), in choose_tls13_cipher()
|
/external/cronet/third_party/boringssl/src/ssl/test/ |
D | bssl_shim.cc | 586 if (config->expect_cipher_aes != 0 && EVP_has_aes_hardware() && in CheckHandshakeProperties() 593 if (config->expect_cipher_no_aes != 0 && !EVP_has_aes_hardware() && in CheckHandshakeProperties()
|
/external/rust/crates/quiche/deps/boringssl/src/ssl/ |
D | encrypted_client_hello.cc | 631 const bool has_aes_hardware = EVP_has_aes_hardware(); in select_ech_cipher_suite() 744 const EVP_HPKE_AEAD *aead = EVP_has_aes_hardware() in setup_ech_grease()
|
D | s3_both.cc | 668 : aes_is_fine_(EVP_has_aes_hardware()), in CipherScorer()
|
D | handshake_client.cc | 238 if (!EVP_has_aes_hardware() && in ssl_write_client_cipher_list() 246 if (EVP_has_aes_hardware() && in ssl_write_client_cipher_list()
|
D | ssl_cipher.cc | 1184 if (EVP_has_aes_hardware()) { in ssl_create_cipher_list()
|
/external/rust/crates/quiche/deps/boringssl/src/ssl/test/ |
D | bssl_shim.cc | 587 EVP_has_aes_hardware() && in CheckHandshakeProperties() 595 !EVP_has_aes_hardware() && in CheckHandshakeProperties()
|
/external/boringssl/src/ssl/test/ |
D | bssl_shim.cc | 586 if (config->expect_cipher_aes != 0 && EVP_has_aes_hardware() && in CheckHandshakeProperties() 593 if (config->expect_cipher_no_aes != 0 && !EVP_has_aes_hardware() && in CheckHandshakeProperties()
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | NativeCrypto.java | 832 HAS_AES_HARDWARE = EVP_has_aes_hardware() == 1; 843 static native int EVP_has_aes_hardware(); in EVP_has_aes_hardware() method in NativeCrypto
|
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
D | NativeCrypto.java | 865 HAS_AES_HARDWARE = EVP_has_aes_hardware() == 1; 876 static native int EVP_has_aes_hardware(); in EVP_has_aes_hardware() method in NativeCrypto
|
/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/ |
D | quic_crypto_client_config_test.cc | 145 if (EVP_has_aes_hardware() == 1) { in TEST_F()
|
D | quic_crypto_client_config.cc | 352 if (EVP_has_aes_hardware() == 1) { in SetDefaults()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/cipher/ |
D | e_aes.c | 1451 int EVP_has_aes_hardware(void) { in EVP_has_aes_hardware() function
|
/external/cronet/third_party/boringssl/src/crypto/fipsmodule/cipher/ |
D | e_aes.c | 1466 int EVP_has_aes_hardware(void) { in EVP_has_aes_hardware() function
|
/external/boringssl/src/crypto/fipsmodule/cipher/ |
D | e_aes.c | 1466 int EVP_has_aes_hardware(void) { in EVP_has_aes_hardware() function
|