Searched refs:hwcap2 (Results 1 – 1 of 1) sorted by relevance
333 unsigned long hwcap2 = 0; in OPENSSL_cpuid_setup() local335 hwcap2 = getauxval(AT_HWCAP2); in OPENSSL_cpuid_setup()337 if (hwcap2 == 0) { in OPENSSL_cpuid_setup()338 hwcap2 = get_hwcap2_cpuinfo(&cpuinfo); in OPENSSL_cpuid_setup()341 if (hwcap2 & HWCAP2_AES) { in OPENSSL_cpuid_setup()344 if (hwcap2 & HWCAP2_PMULL) { in OPENSSL_cpuid_setup()347 if (hwcap2 & HWCAP2_SHA1) { in OPENSSL_cpuid_setup()350 if (hwcap2 & HWCAP2_SHA2) { in OPENSSL_cpuid_setup()