Home
last modified time | relevance | path

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

/openssl-master/crypto/
A Darmcap.c188 unsigned long hwcap = getauxval(HWCAP_CE); in OPENSSL_cpuid_setup() local
192 if (hwcap & HWCAP_CE_AES) in OPENSSL_cpuid_setup()
195 if (hwcap & HWCAP_CE_PMULL) in OPENSSL_cpuid_setup()
198 if (hwcap & HWCAP_CE_SHA1) in OPENSSL_cpuid_setup()
201 if (hwcap & HWCAP_CE_SHA256) in OPENSSL_cpuid_setup()
205 if (hwcap & HWCAP_CE_SHA512) in OPENSSL_cpuid_setup()
208 if (hwcap & HWCAP_CPUID) in OPENSSL_cpuid_setup()
A Dppccap.c218 unsigned long hwcap = getauxval(HWCAP); in OPENSSL_cpuid_setup() local
221 if (hwcap & HWCAP_FPU) { in OPENSSL_cpuid_setup()
226 if (hwcap & HWCAP_PPC64) in OPENSSL_cpuid_setup()
230 if (hwcap & HWCAP_POWER6_EXT) in OPENSSL_cpuid_setup()
235 if (hwcap & HWCAP_ALTIVEC) { in OPENSSL_cpuid_setup()
238 if ((hwcap & HWCAP_VSX) && (hwcap2 & HWCAP_VEC_CRYPTO)) in OPENSSL_cpuid_setup()
A Ds390xcap.c89 const unsigned long hwcap = getauxval(AT_HWCAP); in OPENSSL_cpuid_setup() local
92 if (hwcap & HWCAP_S390_STFLE) in OPENSSL_cpuid_setup()
96 if (!(hwcap & HWCAP_S390_VX)) { in OPENSSL_cpuid_setup()

Completed in 8 milliseconds