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