Searched refs:SHA512_H3 (Results 1 – 10 of 10) sorted by relevance
62 #define SHA512_H3 0xa54ff53a5f1d36f1ULL macro
45 sctx->state[3] = SHA512_H3; in sha512_base_init()
34 sctx->state[3] = SHA512_H3; in sha512_sparc64_init()
88 sctx->state[3] = SHA512_H3; in octeon_sha512_init()
58 sctx->state[3] = __cpu_to_be64(SHA512_H3); in nx_sha512_init()
356 SHA512_H0, SHA512_H1, SHA512_H2, SHA512_H3,
1302 req->state[6] = lower_32_bits(SHA512_H3); in safexcel_sha512_init()1303 req->state[7] = upper_32_bits(SHA512_H3); in safexcel_sha512_init()
389 sctx->job.result_digest[3] = SHA512_H3; in sha512_mb_init()
45 SHA512_H3, SHA512_H2, SHA512_H1, SHA512_H0 };
54 cpu_to_be64(SHA512_H2), cpu_to_be64(SHA512_H3),