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

  /bionic/libc/kernel/uapi/asm-arm/asm/
hwcap.h 47 #define HWCAP2_SHA2 (1 << 3)
  /external/kernel-headers/original/uapi/asm-arm/asm/
hwcap.h 38 #define HWCAP2_SHA2 (1 << 3)
  /external/boringssl/src/crypto/
cpu-arm-linux.c 42 #define HWCAP2_SHA2 (1 << 3)
274 ret |= HWCAP2_SHA2;
351 if (hwcap2 & HWCAP2_SHA2) {
  /prebuilts/ndk/r16/sources/android/cpufeatures/
cpu-features.c 479 #define HWCAP2_SHA2 (1 << 3)
858 int has_sha2 = (hwcaps2 & HWCAP2_SHA2);
    [all...]

Completed in 80 milliseconds