Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/asm-arm/asm/
Dhwcap.h34 #define HWCAP2_AES (1 << 0) macro
/external/skia/platform_tools/android/third_party/cpufeatures/
Dcpu-features.c455 #define HWCAP2_AES (1 << 0) macro
850 int has_aes = (hwcaps2 & HWCAP2_AES); in android_cpuInit()