Home
last modified time | relevance | path

Searched refs:HWCAP_CE_AES (Results 1 – 2 of 2) sorted by relevance

/external/openssl/crypto/
Darmcap.c56 # define HWCAP_CE_AES (1 << 0) macro
65 # define HWCAP_CE_AES (1 << 3) macro
111 if (hwcap & HWCAP_CE_AES) in OPENSSL_cpuid_setup()
/external/openssl/patches/
D0014-arm_asm.patch3942 +# define HWCAP_CE_AES (1 << 0)
3951 +# define HWCAP_CE_AES (1 << 3)
3982 + if (hwcap & HWCAP_CE_AES)