Searched refs:HWCAP_SHA2 (Results 1 – 7 of 7) sorted by relevance
7 #define HWCAP_SHA2 (1 << 6) macro
113 #if defined(HWCAP_SHA2)116 return (getauxval(AT_HWCAP) & HWCAP_SHA2) ? 1 : 0; in mbedtls_a64_crypto_sha256_determine_support()
75 pub const HWCAP_SHA2: ::c_ulong = 1 << 6; constant
137 #define HWCAP_SHA2 (1 << 6)
684 if (h & HWCAP_SHA2) s += ":SHA2"; in AddCpuFeatures()
178 pub const HWCAP_SHA2: ::c_ulong = 1 << 6; constant
539 pub const HWCAP_SHA2: ::c_ulong = 1 << 6; constant