Lines Matching defs:length
124 __u64 length, state[8];
175 md->sha512.length = 0;
190 /* increase the length of the message */
191 md->sha512.length += md->sha512.curlen * CONST64(8);
196 /* if the length is currently above 112 bytes we append zeros then
197 * compress. Then we can fall back to padding zeros and length encoding
208 * of the length. We assume that you won't hash > 2^64 bits of data. */
213 /* store length */
214 STORE64H(md->sha512.length, md->sha512.buf + 120);
234 md->sha512.length += SHA512_BLOCKSIZE * 8;
246 md->sha512.length += SHA512_BLOCKSIZE * 8;