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

/illumos-gate/usr/src/uts/common/sys/
H A Dedonr.h75 int unprocessed_bits; member in struct:__anon423
/illumos-gate/usr/src/common/crypto/edonr/
H A Dedonr.c456 state->unprocessed_bits = 0;
464 state->unprocessed_bits = 0;
472 state->unprocessed_bits = 0;
480 state->unprocessed_bits = 0;
500 if (state->unprocessed_bits > 0) {
504 ASSERT(state->unprocessed_bits + databitlen <=
508 + (state->unprocessed_bits >> 3), LastBytes);
509 state->unprocessed_bits += (int)databitlen;
510 databitlen = state->unprocessed_bits;
521 state->unprocessed_bits
[all...]

Completed in 78 milliseconds