Lines Matching defs:left
224 uint_t left = resultlen;
250 while (left > 0) {
263 if (left > MD5_HASH_SIZE) {
273 left -= MD5_HASH_SIZE;
277 for (i = 0; i < left; i++) {
282 bcopy(md5_hmac, res, left);
304 uint_t left = resultlen;
330 while (left > 0) {
344 if (left > SHA1_HASH_SIZE) {
354 left -= SHA1_HASH_SIZE;
358 for (i = 0; i < left; i++) {
363 bcopy(sha1_hmac, res, left);
548 /* Any attributes left? */