Home
last modified time | relevance | path

Searched refs:SHA256_SHORT_BLOCK_LENGTH (Results 1 – 1 of 1) sorted by relevance

/external/ipsec-tools/src/racoon/missing/crypto/sha2/
Dsha2.c149 #define SHA256_SHORT_BLOCK_LENGTH (SHA256_BLOCK_LENGTH - 8) macro
584 if (usedspace <= SHA256_SHORT_BLOCK_LENGTH) { in SHA256_Final()
586 bzero(&context->buffer[usedspace], SHA256_SHORT_BLOCK_LENGTH - usedspace); in SHA256_Final()
595 bzero(context->buffer, SHA256_SHORT_BLOCK_LENGTH); in SHA256_Final()
599 bzero(context->buffer, SHA256_SHORT_BLOCK_LENGTH); in SHA256_Final()
605 *(sha2_word64*)&context->buffer[SHA256_SHORT_BLOCK_LENGTH] = context->bitcount; in SHA256_Final()