Searched refs:SHA512_H2 (Results 1 – 8 of 8) sorted by relevance
52 #define SHA512_H2 0x3c6ef372fe94f82bULL macro
45 sctx->state[2] = SHA512_H2; in sha512_base_init()
33 sctx->state[2] = SHA512_H2; in sha512_sparc64_init()
83 sctx->state[2] = SHA512_H2; in octeon_sha512_init()
323 SHA512_H0, SHA512_H1, SHA512_H2, SHA512_H3,
50 sctx->state[2] = __cpu_to_be64(SHA512_H2); in nx_sha512_init()
51 cpu_to_be64(SHA512_H2), cpu_to_be64(SHA512_H3),
53 hilo(SHA512_H3), hilo(SHA512_H2), hilo(SHA512_H1), hilo(SHA512_H0) };
Completed in 14 milliseconds