Searched refs:SHA1_H0 (Results 1 - 12 of 12) sorted by relevance

/linux-4.1.27/include/crypto/
H A Dsha.h25 #define SHA1_H0 0x67452301UL macro
H A Dsha1_base.h24 sctx->state[0] = SHA1_H0; sha1_base_init()
/linux-4.1.27/arch/s390/crypto/
H A Dsha1_s390.c38 sctx->state[0] = SHA1_H0; sha1_init()
/linux-4.1.27/arch/powerpc/crypto/
H A Dsha1.c36 .state = { SHA1_H0, SHA1_H1, SHA1_H2, SHA1_H3, SHA1_H4 }, sha1_init()
H A Dsha1-spe-glue.c67 sctx->state[0] = SHA1_H0; ppc_spe_sha1_init()
/linux-4.1.27/arch/sparc/crypto/
H A Dsha1_glue.c34 .state = { SHA1_H0, SHA1_H1, SHA1_H2, SHA1_H3, SHA1_H4 }, sha1_sparc64_init()
/linux-4.1.27/arch/mips/cavium-octeon/crypto/
H A Docteon-sha1.c82 sctx->state[0] = SHA1_H0; octeon_sha1_init()
/linux-4.1.27/arch/x86/crypto/sha-mb/
H A Dsha1_mb.c110 static const uint32_t initial_digest[SHA1_DIGEST_LENGTH] = {SHA1_H0, sha1_init_digest()
354 sctx->job.result_digest[0] = SHA1_H0; sha1_mb_init()
/linux-4.1.27/drivers/crypto/
H A Dpadlock-sha.c299 .state = { SHA1_H0, SHA1_H1, SHA1_H2, SHA1_H3, SHA1_H4 }, padlock_sha1_init_nano()
H A Dn2_core.c1295 SHA1_H0, SHA1_H1, SHA1_H2, SHA1_H3, SHA1_H4,
/linux-4.1.27/drivers/crypto/qce/
H A Dsha.c29 SHA1_H0, SHA1_H1, SHA1_H2, SHA1_H3, SHA1_H4, 0, 0, 0
/linux-4.1.27/drivers/crypto/ccp/
H A Dccp-ops.c137 cpu_to_be32(SHA1_H0), cpu_to_be32(SHA1_H1),

Completed in 246 milliseconds