Searched refs:SHA512_BLOCK_SIZE (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dsha512-internal.c195 if (md->curlen == 0 && inlen >= SHA512_BLOCK_SIZE) {
198 md->length += SHA512_BLOCK_SIZE * 8;
199 in += SHA512_BLOCK_SIZE;
200 inlen -= SHA512_BLOCK_SIZE;
202 n = MIN(inlen, (SHA512_BLOCK_SIZE - md->curlen));
207 if (md->curlen == SHA512_BLOCK_SIZE) {
210 md->length += 8 * SHA512_BLOCK_SIZE;
H A Dsha512_i.h12 #define SHA512_BLOCK_SIZE 128 macro
17 u8 buf[SHA512_BLOCK_SIZE];
H A Dsha384_i.h14 #define SHA384_BLOCK_SIZE SHA512_BLOCK_SIZE

Completed in 155 milliseconds