Lines Matching defs:length
49 SHA1_INT64 length;
203 sha1->length = 0;
210 @param inlen The length of the data (octets)
225 sha1->length += SHA1_BLOCKSIZE * 8;
236 sha1->length += 8*SHA1_BLOCKSIZE;
257 /* increase the length of the message */
258 sha1->length += sha1->curlen * 8;
263 /* if the length is currently above 56 bytes we append zeros
264 * then compress. Then we can fall back to padding zeros and length
280 /* store length */
281 STORE64H(sha1->length, sha1->buf+56);