Searched refs:SHA512_H1 (Results 1 – 10 of 10) sorted by relevance
60 #define SHA512_H1 0xbb67ae8584caa73bULL macro
43 sctx->state[1] = SHA512_H1; in sha512_base_init()
32 sctx->state[1] = SHA512_H1; in sha512_sparc64_init()
86 sctx->state[1] = SHA512_H1; in octeon_sha512_init()
56 sctx->state[1] = __cpu_to_be64(SHA512_H1); in nx_sha512_init()
356 SHA512_H0, SHA512_H1, SHA512_H2, SHA512_H3,
1298 req->state[2] = lower_32_bits(SHA512_H1); in safexcel_sha512_init()1299 req->state[3] = upper_32_bits(SHA512_H1); in safexcel_sha512_init()
387 sctx->job.result_digest[1] = SHA512_H1; in sha512_mb_init()
45 SHA512_H3, SHA512_H2, SHA512_H1, SHA512_H0 };
53 cpu_to_be64(SHA512_H0), cpu_to_be64(SHA512_H1),