Searched refs:HWCAP_AES (Results 1 – 7 of 7) sorted by relevance
4 #define HWCAP_AES (1 << 3) macro
84 return (auxval & (HWCAP_ASIMD | HWCAP_AES)) == in mbedtls_aesce_has_support()85 (HWCAP_ASIMD | HWCAP_AES); in mbedtls_aesce_has_support()
72 pub const HWCAP_AES: ::c_ulong = 1 << 3; constant
134 #define HWCAP_AES (1 << 3)
685 if (h & HWCAP_AES) s += ":AES"; in AddCpuFeatures()
175 pub const HWCAP_AES: ::c_ulong = 1 << 3; constant
536 pub const HWCAP_AES: ::c_ulong = 1 << 3; constant