Searched refs:old_tail (Results 1 – 1 of 1) sorted by relevance
270 unsigned old_tail = (8 - md->sha3.byte_index) & 7; in sha3_process() local280 if(inlen < old_tail) { /* have no complete word or haven't started the word yet */ in sha3_process()285 if(old_tail) { /* will have one word to process */ in sha3_process()286 inlen -= old_tail; in sha3_process()287 while (old_tail--) md->sha3.saved |= (ulong64) (*(in++)) << ((md->sha3.byte_index++) * 8); in sha3_process()
Completed in 2 milliseconds