Searched refs:SHA512_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance
195 if (md->curlen == 0 && inlen >= SHA512_BLOCK_SIZE) { in sha512_process()198 md->length += SHA512_BLOCK_SIZE * 8; in sha512_process()199 in += SHA512_BLOCK_SIZE; in sha512_process()200 inlen -= SHA512_BLOCK_SIZE; in sha512_process()202 n = MIN(inlen, (SHA512_BLOCK_SIZE - md->curlen)); in sha512_process()207 if (md->curlen == SHA512_BLOCK_SIZE) { in sha512_process()210 md->length += 8 * SHA512_BLOCK_SIZE; in sha512_process()
12 #define SHA512_BLOCK_SIZE 128 macro17 u8 buf[SHA512_BLOCK_SIZE];
14 #define SHA384_BLOCK_SIZE SHA512_BLOCK_SIZE