Searched refs:SHA512_SHORT_BLOCK_LENGTH (Results 1 – 1 of 1) sorted by relevance
177 #define SHA512_SHORT_BLOCK_LENGTH (SHA512_BLOCK_LENGTH - 16) macro1102 if (usedspace <= SHA512_SHORT_BLOCK_LENGTH) { in sha512_done()1104 MEMSET_BZERO(&sha->buffer[usedspace], SHA512_SHORT_BLOCK_LENGTH - usedspace); in sha512_done()1117 MEMSET_BZERO(sha->buffer, SHA512_SHORT_BLOCK_LENGTH); in sha512_done()1123 *(sha2_word64*)&sha->buffer[SHA512_SHORT_BLOCK_LENGTH] = sha->bitcount[1]; in sha512_done()1124 *(sha2_word64*)&sha->buffer[SHA512_SHORT_BLOCK_LENGTH+8] = sha->bitcount[0]; in sha512_done()