Searched defs:old_tail (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib/
H A Dsha3.c133 unsigned old_tail = (8 - ctx->byteIndex) & 7; local
144 if(len < old_tail) { /* have no complete word or haven't started
156 if(old_tail != 0) { /* will have one word to process */
158 len -= old_tail;
159 while (old_tail > 0) {
160 old_tail--;

Completed in 24 milliseconds