Searched refs:EVP_has_aes_hardware (Results 1 – 6 of 6) sorted by relevance
135 OPENSSL_EXPORT int EVP_has_aes_hardware(void);
1139 if (EVP_has_aes_hardware()) { in GetDefaultSslCipherForTest()1156 if (EVP_has_aes_hardware()) { in GetDefaultSslCipherForTest()
764 public static native int EVP_has_aes_hardware(); in EVP_has_aes_hardware() method in NativeCrypto787 static final String[] DEFAULT_X509_CIPHER_SUITES = EVP_has_aes_hardware() == 1 ?
1419 if (EVP_has_aes_hardware()) { in STACK_OF()
1759 int EVP_has_aes_hardware(void) { in EVP_has_aes_hardware() function
8060 ret = EVP_has_aes_hardware();11237 NATIVE_METHOD(NativeCrypto, EVP_has_aes_hardware, "()I"),