Lines Matching defs:buffer
108 const unsigned char buffer[64]);
136 const unsigned char buffer[64])
147 memcpy(block, buffer, 64);
149 block = (CHAR64LONG16*)buffer;
226 memcpy(&context->buffer[j], data, (i = 64-j));
227 SHA1Transform(context->state, context->buffer);
235 memcpy(&context->buffer[j], &data[i], len - i);
264 memset(context->buffer, 0, 64);
270 SHA1Transform(context->state, context->buffer);
286 unsigned char buffer[16384];
306 bytesread = fread(buffer, 1, 16384, f);
307 SHA1Update(&context, buffer, bytesread);