Home
last modified time | relevance | path

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

/linux/arch/arm/include/uapi/asm/
H A Dhwcap.h44 #define HWCAP2_SHA2 (1 << 3) macro
/linux/lib/crypto/arm/
H A Dsha256.h42 if (elf_hwcap2 & HWCAP2_SHA2) in sha256_mod_init_arch()
/linux/arch/arm/kernel/
H A Dsetup.c478 elf_hwcap2 |= HWCAP2_SHA2; in cpuid_init_hwcaps()