Home
last modified time | relevance | path

Searched refs:SHA256_H0 (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/include/crypto/
Dsha.h40 #define SHA256_H0 0x6a09e667UL macro
Dsha256_base.h42 sctx->state[0] = SHA256_H0; in sha256_base_init()
/linux-4.1.27/arch/s390/crypto/
Dsha256_s390.c28 sctx->state[0] = SHA256_H0; in sha256_init()
/linux-4.1.27/arch/sparc/crypto/
Dsha256_glue.c48 sctx->state[0] = SHA256_H0; in sha256_sparc64_init()
/linux-4.1.27/arch/powerpc/crypto/
Dsha256-spe-glue.c68 sctx->state[0] = SHA256_H0; in ppc_spe_sha256_init()
/linux-4.1.27/arch/mips/cavium-octeon/crypto/
Docteon-sha256.c91 sctx->state[0] = SHA256_H0; in octeon_sha256_init()
/linux-4.1.27/drivers/crypto/nx/
Dnx-sha256.c55 sctx->state[0] = __cpu_to_be32(SHA256_H0); in nx_sha256_init()
/linux-4.1.27/drivers/crypto/
Dpadlock-sha.c387 .state = { SHA256_H0, SHA256_H1, SHA256_H2, SHA256_H3, \ in padlock_sha256_init_nano()
Dn2_core.c1304 SHA256_H0, SHA256_H1, SHA256_H2, SHA256_H3,
/linux-4.1.27/drivers/crypto/qce/
Dsha.c33 SHA256_H0, SHA256_H1, SHA256_H2, SHA256_H3,
/linux-4.1.27/arch/x86/purgatory/
Dsha256.c213 sctx->state[0] = SHA256_H0; in sha256_init()
/linux-4.1.27/drivers/crypto/ccp/
Dccp-ops.c150 cpu_to_be32(SHA256_H0), cpu_to_be32(SHA256_H1),