Home
last modified time | relevance | path

Searched refs:HWCAP2_SHA1 (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm/include/uapi/asm/
H A Dhwcap.h43 #define HWCAP2_SHA1 (1 << 2) macro
/linux/lib/crypto/arm/
H A Dsha1.h41 if (elf_hwcap2 & HWCAP2_SHA1) in sha1_mod_init_arch()
/linux/arch/arm/kernel/
H A Dsetup.c474 elf_hwcap2 |= HWCAP2_SHA1; in cpuid_init_hwcaps()