Home
last modified time | relevance | path

Searched refs:sha256 (Results 1 – 5 of 5) sorted by relevance

/lib/crypto/
A DMakefile95 libsha256-y := sha256.o
100 libsha256-y += arm/sha256-ce.o arm/sha256-core.o
101 $(obj)/arm/sha256-core.S: $(src)/arm/sha256-armv4.pl
103 AFLAGS_arm/sha256-core.o += $(aflags-thumb2-y)
107 libsha256-y += arm64/sha256-core.o
113 libsha256-$(CONFIG_PPC) += powerpc/sha256-spe-asm.o
116 libsha256-$(CONFIG_X86) += x86/sha256-ssse3-asm.o \
117 x86/sha256-avx-asm.o \
118 x86/sha256-avx2-asm.o \
119 x86/sha256-ni-asm.o
[all …]
A Dsha256.c254 void sha256(const u8 *data, size_t len, u8 out[SHA256_DIGEST_SIZE]) in sha256() function
262 EXPORT_SYMBOL(sha256);
280 sha256(raw_key, raw_key_len, derived_key.b); in __hmac_sha256_preparekey()
/lib/crypto/arm64/
A D.gitignore3 sha256-core.S
/lib/crypto/arm/
A D.gitignore3 sha256-core.S
/lib/crypto/tests/
A Dsha256_kunit.c8 #define HASH sha256

Completed in 5 milliseconds