Searched refs:SHA512_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
407 #define SHA512_MASK (SHA512_BLOCK_SIZE - 1)533 space = SHA512_BLOCK_SIZE - pos; in sha512_hash()543 space = SHA512_BLOCK_SIZE; in sha512_hash()545 bsw_64(ctx->wbuf, SHA512_BLOCK_SIZE >> 3); in sha512_hash()584 if (i > SHA512_BLOCK_SIZE - 17) { in sha_end()
97 #define SHA512_BLOCK_SIZE 128 macro