Home
last modified time | relevance | path

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

/mbedtls-3.7.0/library/
Daesce.c133 unsigned long auxval = getauxval(AT_HWCAP); in mbedtls_aesce_has_support_impl() local
135 if (((auxval & HWCAP_NEON) == HWCAP_NEON) && in mbedtls_aesce_has_support_impl()
142 unsigned long auxval = getauxval(AT_HWCAP); in mbedtls_aesce_has_support_impl()
143 if ((auxval & (HWCAP_ASIMD | HWCAP_AES)) == in mbedtls_aesce_has_support_impl()