Home
last modified time | relevance | path

Searched refs:sha1 (Results 1 – 6 of 6) sorted by relevance

/lib/crypto/
A DMakefile73 libsha1-y := sha1.o
77 libsha1-y += arm/sha1-armv4-large.o
78 libsha1-$(CONFIG_KERNEL_MODE_NEON) += arm/sha1-armv7-neon.o \
79 arm/sha1-ce-core.o
81 libsha1-$(CONFIG_ARM64) += arm64/sha1-ce-core.o
83 libsha1-y += powerpc/sha1-powerpc-asm.o
84 libsha1-$(CONFIG_SPE) += powerpc/sha1-spe-asm.o
87 libsha1-$(CONFIG_X86) += x86/sha1-ssse3-and-avx.o \
88 x86/sha1-avx2-asm.o \
89 x86/sha1-ni-asm.o
A Dsha1.c228 void sha1(const u8 *data, size_t len, u8 out[SHA1_DIGEST_SIZE]) in sha1() function
236 EXPORT_SYMBOL_GPL(sha1);
248 sha1(raw_key, raw_key_len, derived_key.b); in __hmac_sha1_preparekey()
A DKconfig144 uses any of the functions from <crypto/sha1.h>.
/lib/crypto/arm64/
A Dsha1-ce-core.S39 sha1\op dg0q, \dg1, t0.4s
41 sha1\op dg0q, dg1s, t0.4s
48 sha1\op dg0q, dg2s, t1.4s
/lib/crypto/arm/
A Dsha1-ce-core.S42 sha1\op\().32 dg0, dg1a\ev, ta\ev
44 sha1\op\().32 dg0, \dg1, ta\ev
/lib/crypto/tests/
A Dsha1_kunit.c8 #define HASH sha1

Completed in 7 milliseconds