OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HWCAP2_SHA2
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/kernel/uapi/asm-arm/asm/
hwcap.h
47
#define
HWCAP2_SHA2
(1 << 3)
/external/kernel-headers/original/uapi/asm-arm/asm/
hwcap.h
37
#define
HWCAP2_SHA2
(1 << 3)
/external/boringssl/src/crypto/
cpu-arm-linux.c
42
#define
HWCAP2_SHA2
(1 << 3)
274
ret |=
HWCAP2_SHA2
;
350
if (hwcap2 &
HWCAP2_SHA2
) {
/prebuilts/ndk/r11/sources/android/cpufeatures/
cpu-features.c
477
#define
HWCAP2_SHA2
(1 << 3)
856
int has_sha2 = (hwcaps2 &
HWCAP2_SHA2
);
[
all
...]
/prebuilts/ndk/r13/sources/android/cpufeatures/
cpu-features.c
478
#define
HWCAP2_SHA2
(1 << 3)
857
int has_sha2 = (hwcaps2 &
HWCAP2_SHA2
);
[
all
...]
Completed in 1660 milliseconds