Searched refs:unprocessed_bits (Results 1 – 2 of 2) sorted by relevance
466 state->unprocessed_bits = 0; in EdonRInit()474 state->unprocessed_bits = 0; in EdonRInit()482 state->unprocessed_bits = 0; in EdonRInit()490 state->unprocessed_bits = 0; in EdonRInit()510 if (state->unprocessed_bits > 0) { in EdonRUpdate()520 databitlen = state->unprocessed_bits; in EdonRUpdate()531 state->unprocessed_bits = (int)databitlen; in EdonRUpdate()545 if (state->unprocessed_bits > 0) { in EdonRUpdate()555 databitlen = state->unprocessed_bits; in EdonRUpdate()603 if (state->unprocessed_bits < 448) { in EdonRFinal()[all …]
80 int unprocessed_bits; member