HomeSort by relevance Sort by last modified time
    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