Searched refs:SHA512_H0 (Results 1 – 8 of 8) sorted by relevance
50 #define SHA512_H0 0x6a09e667f3bcc908ULL macro
43 sctx->state[0] = SHA512_H0; in sha512_base_init()
31 sctx->state[0] = SHA512_H0; in sha512_sparc64_init()
81 sctx->state[0] = SHA512_H0; in octeon_sha512_init()
323 SHA512_H0, SHA512_H1, SHA512_H2, SHA512_H3,
48 sctx->state[0] = __cpu_to_be64(SHA512_H0); in nx_sha512_init()
50 cpu_to_be64(SHA512_H0), cpu_to_be64(SHA512_H1),
53 hilo(SHA512_H3), hilo(SHA512_H2), hilo(SHA512_H1), hilo(SHA512_H0) };
Completed in 15 milliseconds