Lines Matching defs:SHA512_BLOCK_SIZE
210 #define SHA512_BLOCK_SIZE 128
392 len >= SHA512_BLOCK_SIZE;
393 processed += SHA512_BLOCK_SIZE,
394 msg += SHA512_BLOCK_SIZE,
395 len -= SHA512_BLOCK_SIZE) {
567 const unsigned char data[SHA512_BLOCK_SIZE])
570 SHA512_BLOCK_SIZE) ==
571 SHA512_BLOCK_SIZE) ? 0 : -1;
602 const unsigned char data[SHA512_BLOCK_SIZE])
703 while (len >= SHA512_BLOCK_SIZE) {
708 data += SHA512_BLOCK_SIZE;
709 len -= SHA512_BLOCK_SIZE;
711 processed += SHA512_BLOCK_SIZE;
746 const unsigned char data[SHA512_BLOCK_SIZE])
773 fill = SHA512_BLOCK_SIZE - left;
793 while (ilen >= SHA512_BLOCK_SIZE) {
796 if (processed < SHA512_BLOCK_SIZE) {
834 memset(ctx->buffer + used, 0, SHA512_BLOCK_SIZE - used);