Searched refs:SHA512_BLOCK_SIZE (Results 1 – 5 of 5) sorted by relevance
192 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()
12 #define SHA512_BLOCK_SIZE 128 macro17 u8 buf[SHA512_BLOCK_SIZE];
14 #define SHA384_BLOCK_SIZE SHA512_BLOCK_SIZE
28 #define SHA512_BLOCK_SIZE SHA512_CORE_BLOCK_SIZE macro52 #if (MAX_BLOCK_SIZE < SHA512_BLOCK_SIZE)54 #define MAX_BLOCK_SIZE SHA512_BLOCK_SIZE
62 #ifdef SHA512_BLOCK_SIZE305 .block_size = SHA512_BLOCK_SIZE,