Searched refs:SHA256_SHORT_BLOCK_LENGTH (Results 1 – 1 of 1) sorted by relevance
175 #define SHA256_SHORT_BLOCK_LENGTH (SHA256_BLOCK_LENGTH - 8) macro741 if (usedspace <= SHA256_SHORT_BLOCK_LENGTH) { in sha256_done()743 MEMSET_BZERO(&sha->buffer[usedspace], SHA256_SHORT_BLOCK_LENGTH - usedspace); in sha256_done()752 MEMSET_BZERO(sha->buffer, SHA256_SHORT_BLOCK_LENGTH); in sha256_done()756 MEMSET_BZERO(sha->buffer, SHA256_SHORT_BLOCK_LENGTH); in sha256_done()762 *(sha2_word64*)&sha->buffer[SHA256_SHORT_BLOCK_LENGTH] = sha->bitcount; in sha256_done()