Searched refs:hwaes_capable (Results 1 – 2 of 2) sorted by relevance
1065 static int hwaes_capable(void) { in hwaes_capable() function1078 static int hwaes_capable(void) { in hwaes_capable() function1108 if (hwaes_capable()) { in AES_encrypt()1117 if (hwaes_capable()) { in AES_decrypt()1126 if (hwaes_capable()) { in AES_set_encrypt_key()1135 if (hwaes_capable()) { in AES_set_decrypt_key()
122 static int hwaes_capable(void) { in hwaes_capable() function206 static int hwaes_capable(void) { in hwaes_capable() function298 if (hwaes_capable()) { in aes_init_key()320 } else if (hwaes_capable()) { in aes_init_key()426 if (hwaes_capable()) { in aes_ctr_set_key()1763 return hwaes_capable() && CRYPTO_is_ARMv8_PMULL_capable(); in EVP_has_aes_hardware()