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

  /bionic/libc/kernel/uapi/asm-arm64/asm/
hwcap.h 26 #define HWCAP_SHA1 (1 << 5)
  /external/kernel-headers/original/uapi/asm-arm64/asm/
hwcap.h 28 #define HWCAP_SHA1 (1 << 5)
  /toolchain/binutils/binutils-2.27/include/opcode/
sparc.h 153 #define HWCAP_SHA1 0x00400000 /* SHA1 hashing insns */
  /prebuilts/ndk/r16/sources/android/cpufeatures/
cpu-features.c 458 #define HWCAP_SHA1 (1 << 5)
969 int has_sha1 = (hwcaps & HWCAP_SHA1);
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-sparc.c 235 | HWCAP_MD5 | HWCAP_SHA1 | HWCAP_SHA256 |HWCAP_SHA512 | HWCAP_MPMUL \
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
sparc-opc.c     [all...]

Completed in 327 milliseconds