Home
last modified time | relevance | path

Searched refs:SHA512_H0 (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/include/crypto/
Dsha2.h50 #define SHA512_H0 0x6a09e667f3bcc908ULL macro
Dsha512_base.h43 sctx->state[0] = SHA512_H0; in sha512_base_init()
/linux-5.19.10/arch/s390/crypto/
Dsha512_s390.c25 *(__u64 *)&ctx->state[0] = SHA512_H0; in sha512_init()
/linux-5.19.10/drivers/crypto/nx/
Dnx-sha512.c48 sctx->state[0] = __cpu_to_be64(SHA512_H0); in nx_sha512_init()
/linux-5.19.10/drivers/crypto/chelsio/
Dchcr_algo.h323 SHA512_H0, SHA512_H1, SHA512_H2, SHA512_H3,
/linux-5.19.10/drivers/crypto/ccp/
Dccp-ops.c50 cpu_to_be64(SHA512_H0), cpu_to_be64(SHA512_H1),
/linux-5.19.10/drivers/crypto/ccree/
Dcc_hash.c53 hilo(SHA512_H3), hilo(SHA512_H2), hilo(SHA512_H1), hilo(SHA512_H0) };