Home
last modified time | relevance | path

Searched refs:HWCAP2_PMULL (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/src/crypto/
Dcpu-arm-linux_test.cc167 HWCAP2_AES | HWCAP2_PMULL | HWCAP2_SHA1 | HWCAP2_SHA2, in TEST()
184 HWCAP2_AES | HWCAP2_PMULL | HWCAP2_SHA1 | HWCAP2_SHA2, in TEST()
199 HWCAP2_PMULL | HWCAP2_SHA2, in TEST()
Dcpu-arm-linux.h37 #define HWCAP2_PMULL (1 << 1) macro
175 ret |= HWCAP2_PMULL; in crypto_get_arm_hwcap2_from_cpuinfo()
Dcpu-arm-linux.c201 if (hwcap2 & HWCAP2_PMULL) { in OPENSSL_cpuid_setup()
/external/kernel-headers/original/uapi/asm-arm/asm/
Dhwcap.h36 #define HWCAP2_PMULL (1 << 1) macro