OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HWCAP2_AES
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/kernel/uapi/asm-arm/asm/
hwcap.h
44
#define
HWCAP2_AES
(1 << 0)
/external/kernel-headers/original/uapi/asm-arm/asm/
hwcap.h
34
#define
HWCAP2_AES
(1 << 0)
/external/boringssl/src/crypto/
cpu-arm-linux.c
39
#define
HWCAP2_AES
(1 << 0)
265
ret |=
HWCAP2_AES
;
341
if (hwcap2 &
HWCAP2_AES
) {
/prebuilts/ndk/r11/sources/android/cpufeatures/
cpu-features.c
474
#define
HWCAP2_AES
(1 << 0)
853
int has_aes = (hwcaps2 &
HWCAP2_AES
);
[
all
...]
/prebuilts/ndk/r13/sources/android/cpufeatures/
cpu-features.c
475
#define
HWCAP2_AES
(1 << 0)
854
int has_aes = (hwcaps2 &
HWCAP2_AES
);
[
all
...]
Completed in 110 milliseconds