Lines Matching refs:state
25 *(__u64 *)&ctx->state[0] = 0x6a09e667f3bcc908ULL; in sha512_init()
26 *(__u64 *)&ctx->state[2] = 0xbb67ae8584caa73bULL; in sha512_init()
27 *(__u64 *)&ctx->state[4] = 0x3c6ef372fe94f82bULL; in sha512_init()
28 *(__u64 *)&ctx->state[6] = 0xa54ff53a5f1d36f1ULL; in sha512_init()
29 *(__u64 *)&ctx->state[8] = 0x510e527fade682d1ULL; in sha512_init()
30 *(__u64 *)&ctx->state[10] = 0x9b05688c2b3e6c1fULL; in sha512_init()
31 *(__u64 *)&ctx->state[12] = 0x1f83d9abfb41bd6bULL; in sha512_init()
32 *(__u64 *)&ctx->state[14] = 0x5be0cd19137e2179ULL; in sha512_init()
46 memcpy(octx->state, sctx->state, sizeof(octx->state)); in sha512_export()
60 memcpy(sctx->state, ictx->state, sizeof(ictx->state)); in sha512_import()
90 *(__u64 *)&ctx->state[0] = 0xcbbb9d5dc1059ed8ULL; in sha384_init()
91 *(__u64 *)&ctx->state[2] = 0x629a292a367cd507ULL; in sha384_init()
92 *(__u64 *)&ctx->state[4] = 0x9159015a3070dd17ULL; in sha384_init()
93 *(__u64 *)&ctx->state[6] = 0x152fecd8f70e5939ULL; in sha384_init()
94 *(__u64 *)&ctx->state[8] = 0x67332667ffc00b31ULL; in sha384_init()
95 *(__u64 *)&ctx->state[10] = 0x8eb44a8768581511ULL; in sha384_init()
96 *(__u64 *)&ctx->state[12] = 0xdb0c2e0d64f98fa7ULL; in sha384_init()
97 *(__u64 *)&ctx->state[14] = 0x47b5481dbefa4fa4ULL; in sha384_init()