Home
last modified time | relevance | path

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

/linux-4.1.27/include/crypto/
Dsha.h41 #define SHA256_H1 0xbb67ae85UL macro
Dsha256_base.h43 sctx->state[1] = SHA256_H1; in sha256_base_init()
/linux-4.1.27/arch/s390/crypto/
Dsha256_s390.c29 sctx->state[1] = SHA256_H1; in sha256_init()
/linux-4.1.27/arch/sparc/crypto/
Dsha256_glue.c49 sctx->state[1] = SHA256_H1; in sha256_sparc64_init()
/linux-4.1.27/arch/powerpc/crypto/
Dsha256-spe-glue.c69 sctx->state[1] = SHA256_H1; in ppc_spe_sha256_init()
/linux-4.1.27/arch/mips/cavium-octeon/crypto/
Docteon-sha256.c92 sctx->state[1] = SHA256_H1; in octeon_sha256_init()
/linux-4.1.27/drivers/crypto/nx/
Dnx-sha256.c56 sctx->state[1] = __cpu_to_be32(SHA256_H1); 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.c214 sctx->state[1] = SHA256_H1; in sha256_init()
/linux-4.1.27/drivers/crypto/ccp/
Dccp-ops.c150 cpu_to_be32(SHA256_H0), cpu_to_be32(SHA256_H1),