HomeSort by relevance Sort by last modified time
    Searched refs:HWCAP2_SHA1 (Results 1 - 6 of 6) sorted by null

  /bionic/libc/kernel/uapi/asm-arm/asm/
hwcap.h 52 #define HWCAP2_SHA1 (1 << 2)
  /external/kernel-headers/original/uapi/asm-arm/asm/
hwcap.h 36 #define HWCAP2_SHA1 (1 << 2)
  /external/boringssl/src/crypto/
cpu-arm-linux.c 41 #define HWCAP2_SHA1 (1 << 2)
271 ret |= HWCAP2_SHA1;
347 if (hwcap2 & HWCAP2_SHA1) {
  /art/runtime/arch/arm/
instruction_set_features_arm.cc 206 if ((hwcaps & HWCAP2_CRC32) != 0 && (hwcaps & HWCAP2_SHA1) != 0) {
  /prebuilts/ndk/r11/sources/android/cpufeatures/
cpu-features.c 476 #define HWCAP2_SHA1 (1 << 2)
855 int has_sha1 = (hwcaps2 & HWCAP2_SHA1);
    [all...]
  /prebuilts/ndk/r13/sources/android/cpufeatures/
cpu-features.c 477 #define HWCAP2_SHA1 (1 << 2)
856 int has_sha1 = (hwcaps2 & HWCAP2_SHA1);
    [all...]

Completed in 312 milliseconds