Searched refs:SHA512_H2 (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/include/crypto/ |
H A D | sha2.h | 52 #define SHA512_H2 0x3c6ef372fe94f82bULL macro
|
H A D | sha512_base.h | 45 sctx->state[2] = SHA512_H2; in sha512_base_init()
|
/openbmc/linux/arch/s390/crypto/ |
H A D | sha512_s390.c | 27 *(__u64 *)&ctx->state[4] = SHA512_H2; in sha512_init()
|
/openbmc/u-boot/lib/ |
H A D | sha512.c | 45 #define SHA512_H2 0x3c6ef372fe94f82bULL macro 327 ctx->state[2] = SHA512_H2; in sha512_starts()
|
/openbmc/linux/drivers/crypto/nx/ |
H A D | nx-sha512.c | 50 sctx->state[2] = __cpu_to_be64(SHA512_H2); in nx_sha512_init()
|
/openbmc/linux/drivers/crypto/chelsio/ |
H A D | chcr_algo.h | 323 SHA512_H0, SHA512_H1, SHA512_H2, SHA512_H3,
|
/openbmc/linux/drivers/crypto/aspeed/ |
H A D | aspeed-hace-hash.c | 57 cpu_to_be64(SHA512_H2), cpu_to_be64(SHA512_H3),
|
/openbmc/linux/drivers/crypto/ccree/ |
H A D | cc_hash.c | 53 hilo(SHA512_H3), hilo(SHA512_H2), hilo(SHA512_H1), hilo(SHA512_H0) };
|
/openbmc/linux/drivers/crypto/ccp/ |
H A D | ccp-ops.c | 51 cpu_to_be64(SHA512_H2), cpu_to_be64(SHA512_H3),
|