Lines Matching refs:SHA256_BLOCK_SIZE
221 #define SHA256_BLOCK_SIZE 64
336 len >= SHA256_BLOCK_SIZE;
337 processed += SHA256_BLOCK_SIZE,
338 msg += SHA256_BLOCK_SIZE,
339 len -= SHA256_BLOCK_SIZE) {
430 const unsigned char data[SHA256_BLOCK_SIZE])
433 SHA256_BLOCK_SIZE) ==
434 SHA256_BLOCK_SIZE) ? 0 : -1;
491 const unsigned char data[SHA256_BLOCK_SIZE])
585 while (len >= SHA256_BLOCK_SIZE) {
590 data += SHA256_BLOCK_SIZE;
591 len -= SHA256_BLOCK_SIZE;
593 processed += SHA256_BLOCK_SIZE;
628 const unsigned char data[SHA256_BLOCK_SIZE])
656 fill = SHA256_BLOCK_SIZE - left;
677 while (ilen >= SHA256_BLOCK_SIZE) {
680 if (processed < SHA256_BLOCK_SIZE) {
718 memset(ctx->buffer + used, 0, SHA256_BLOCK_SIZE - used);