Searched refs:ISC_SHA512_SHORT_BLOCK_LENGTH (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dsha2.c288 #define ISC_SHA512_SHORT_BLOCK_LENGTH (ISC_SHA512_BLOCK_LENGTH - 16) macro
1175 if (usedspace <= ISC_SHA512_SHORT_BLOCK_LENGTH) {
1178 ISC_SHA512_SHORT_BLOCK_LENGTH - usedspace);
1193 memset(context->buffer, 0, ISC_SHA512_SHORT_BLOCK_LENGTH);
1199 *(isc_uint64_t*)&context->buffer[ISC_SHA512_SHORT_BLOCK_LENGTH] = context->bitcount[1];
1200 *(isc_uint64_t*)&context->buffer[ISC_SHA512_SHORT_BLOCK_LENGTH+8] = context->bitcount[0];

Completed in 125 milliseconds