Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/include/uapi/asm/
Dhwcap.h37 #define HWCAP2_SHA2 (1 << 3) macro
/linux-4.4.14/arch/arm/crypto/
Dsha2-ce-glue.c103 if (!(elf_hwcap2 & HWCAP2_SHA2)) in sha2_ce_mod_init()
/linux-4.4.14/arch/arm/kernel/
Dsetup.c412 elf_hwcap2 |= HWCAP2_SHA2; in cpuid_init_hwcaps()