Home
last modified time | relevance | path

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

/linux-4.1.27/include/crypto/
Dsha.h42 #define SHA256_H2 0x3c6ef372UL macro
Dsha256_base.h44 sctx->state[2] = SHA256_H2; in sha256_base_init()
/linux-4.1.27/arch/s390/crypto/
Dsha256_s390.c30 sctx->state[2] = SHA256_H2; in sha256_init()
/linux-4.1.27/arch/sparc/crypto/
Dsha256_glue.c50 sctx->state[2] = SHA256_H2; in sha256_sparc64_init()
/linux-4.1.27/arch/powerpc/crypto/
Dsha256-spe-glue.c70 sctx->state[2] = SHA256_H2; in ppc_spe_sha256_init()
/linux-4.1.27/arch/mips/cavium-octeon/crypto/
Docteon-sha256.c93 sctx->state[2] = SHA256_H2; in octeon_sha256_init()
/linux-4.1.27/drivers/crypto/nx/
Dnx-sha256.c57 sctx->state[2] = __cpu_to_be32(SHA256_H2); 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.c215 sctx->state[2] = SHA256_H2; in sha256_init()
/linux-4.1.27/drivers/crypto/ccp/
Dccp-ops.c151 cpu_to_be32(SHA256_H2), cpu_to_be32(SHA256_H3),