Home
last modified time | relevance | path

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

/openssl/crypto/
H A Darmcap.c88 static unsigned long getauxval(unsigned long key) in getauxval() function
313 if (getauxval(OSSL_HWCAP) & OSSL_HWCAP_NEON) { in OPENSSL_cpuid_setup()
314 unsigned long hwcap = getauxval(OSSL_HWCAP_CE); in OPENSSL_cpuid_setup()
347 if (getauxval(OSSL_HWCAP) & OSSL_HWCAP_SVE) in OPENSSL_cpuid_setup()
350 if (getauxval(OSSL_HWCAP2) & OSSL_HWCAP2_SVE2) in OPENSSL_cpuid_setup()
353 if (getauxval(OSSL_HWCAP2) & OSSL_HWCAP2_RNG) in OPENSSL_cpuid_setup()
H A Dppccap.c109 static unsigned long getauxval(unsigned long key) in getauxval() function
228 unsigned long hwcap = getauxval(AT_HWCAP); in OPENSSL_cpuid_setup()
229 unsigned long hwcap2 = getauxval(AT_HWCAP2); in OPENSSL_cpuid_setup()
H A Dloongarchcap.c16 OPENSSL_loongarch_hwcap_P = getauxval(AT_HWCAP); in OPENSSL_cpuid_setup()
H A Duid.c50 return getauxval(AT_SECURE) != 0; in OPENSSL_issetugid()
H A Ds390xcap.c125 const unsigned long hwcap = getauxval(AT_HWCAP); in OPENSSL_cpuid_setup()
/openssl/util/platform_symbols/
H A Dunix-symbols.txt45 getauxval

Completed in 13 milliseconds