OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:has_sha2
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r11/sources/android/cpufeatures/
cpu-features.c
856
int
has_sha2
= (hwcaps2 & HWCAP2_SHA2);
local
865
if (
has_sha2
)
968
int
has_sha2
= (hwcaps & HWCAP_SHA2);
local
988
if (
has_sha2
)
[
all
...]
/prebuilts/ndk/r13/sources/android/cpufeatures/
cpu-features.c
857
int
has_sha2
= (hwcaps2 & HWCAP2_SHA2);
local
866
if (
has_sha2
)
969
int
has_sha2
= (hwcaps & HWCAP_SHA2);
local
989
if (
has_sha2
)
[
all
...]
Completed in 54 milliseconds