Home
last modified time | relevance | path

Searched refs:SHA512_BLOCK_SIZE (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/wpa/src/crypto/
H A Dsha512-internal.c192 if (md->curlen == 0 && inlen >= SHA512_BLOCK_SIZE) { in sha512_process()
195 md->length += SHA512_BLOCK_SIZE * 8; in sha512_process()
196 in += SHA512_BLOCK_SIZE; in sha512_process()
197 inlen -= SHA512_BLOCK_SIZE; in sha512_process()
199 n = MIN(inlen, (SHA512_BLOCK_SIZE - md->curlen)); in sha512_process()
204 if (md->curlen == SHA512_BLOCK_SIZE) { in sha512_process()
207 md->length += 8 * SHA512_BLOCK_SIZE; in sha512_process()
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
/freebsd/crypto/libecc/include/libecc/hash/
H A Dsha512.h28 #define SHA512_BLOCK_SIZE SHA512_CORE_BLOCK_SIZE macro
52 #if (MAX_BLOCK_SIZE < SHA512_BLOCK_SIZE)
54 #define MAX_BLOCK_SIZE SHA512_BLOCK_SIZE
H A Dhash_algs.h62 #ifdef SHA512_BLOCK_SIZE
305 .block_size = SHA512_BLOCK_SIZE,