OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:has_sha1
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r11/sources/android/cpufeatures/
cpu-features.c
855
int
has_sha1
= (hwcaps2 & HWCAP2_SHA1);
local
863
if (
has_sha1
)
967
int
has_sha1
= (hwcaps & HWCAP_SHA1);
local
986
if (
has_sha1
)
[
all
...]
/prebuilts/ndk/r13/sources/android/cpufeatures/
cpu-features.c
856
int
has_sha1
= (hwcaps2 & HWCAP2_SHA1);
local
864
if (
has_sha1
)
968
int
has_sha1
= (hwcaps & HWCAP_SHA1);
local
987
if (
has_sha1
)
[
all
...]
Completed in 129 milliseconds