Home
last modified time | relevance | path

Searched refs:HWCAP_AES (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/library/
Daesce.c110 #if !defined(HWCAP_AES)
111 #define HWCAP_AES (1 << 3) macro
143 if ((auxval & (HWCAP_ASIMD | HWCAP_AES)) == in mbedtls_aesce_has_support_impl()
144 (HWCAP_ASIMD | HWCAP_AES)) { in mbedtls_aesce_has_support_impl()