Home
last modified time | relevance | path

Searched refs:HWCAP2_AES (Results 1 – 7 of 7) 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()
192 HWCAP2_AES | HWCAP2_SHA1 | HWCAP2_SHA2, in TEST()
206 HWCAP2_AES, in TEST()
Dcpu-arm-linux.h36 #define HWCAP2_AES (1 << 0) macro
172 ret |= HWCAP2_AES; in crypto_get_arm_hwcap2_from_cpuinfo()
Dcpu-arm-linux.c199 if (hwcap2 & HWCAP2_AES) { in OPENSSL_cpuid_setup()
/external/rust/crates/quiche/deps/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()
192 HWCAP2_AES | HWCAP2_SHA1 | HWCAP2_SHA2, in TEST()
206 HWCAP2_AES, in TEST()
Dcpu-arm-linux.h36 #define HWCAP2_AES (1 << 0) macro
172 ret |= HWCAP2_AES; in crypto_get_arm_hwcap2_from_cpuinfo()
Dcpu-arm-linux.c199 if (hwcap2 & HWCAP2_AES) { in OPENSSL_cpuid_setup()
/external/kernel-headers/original/uapi/asm-arm/asm/
Dhwcap.h35 #define HWCAP2_AES (1 << 0) macro