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

  /bionic/libc/kernel/uapi/asm-arm/asm/
hwcap.h 46 #define HWCAP2_SHA1 (1 << 2)
  /external/kernel-headers/original/uapi/asm-arm/asm/
hwcap.h 37 #define HWCAP2_SHA1 (1 << 2)
  /external/boringssl/src/crypto/
cpu-arm-linux.c 41 #define HWCAP2_SHA1 (1 << 2)
271 ret |= HWCAP2_SHA1;
348 if (hwcap2 & HWCAP2_SHA1) {
  /art/runtime/arch/arm/
instruction_set_features_arm.cc 208 if ((hwcaps & HWCAP2_CRC32) != 0 && (hwcaps & HWCAP2_SHA1) != 0) {
  /prebuilts/ndk/r16/sources/android/cpufeatures/
cpu-features.c 478 #define HWCAP2_SHA1 (1 << 2)
857 int has_sha1 = (hwcaps2 & HWCAP2_SHA1);
    [all...]

Completed in 261 milliseconds