Lines Matching refs:state
124 __u64 length, state[8];
139 /* copy state into S */
141 S[i] = md->sha512.state[i];
144 /* copy the state into 1024-bits into W[0..15] */
168 md->sha512.state[i] = md->sha512.state[i] + S[i];
176 md->sha512.state[0] = CONST64(0x6a09e667f3bcc908);
177 md->sha512.state[1] = CONST64(0xbb67ae8584caa73b);
178 md->sha512.state[2] = CONST64(0x3c6ef372fe94f82b);
179 md->sha512.state[3] = CONST64(0xa54ff53a5f1d36f1);
180 md->sha512.state[4] = CONST64(0x510e527fade682d1);
181 md->sha512.state[5] = CONST64(0x9b05688c2b3e6c1f);
182 md->sha512.state[6] = CONST64(0x1f83d9abfb41bd6b);
183 md->sha512.state[7] = CONST64(0x5be0cd19137e2179);
219 STORE64H(md->sha512.state[i], out+(8 * i));