Home
last modified time | relevance | path

Searched refs:old_tail (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/hashes/
A Dsha3.c270 unsigned old_tail = (8 - md->sha3.byte_index) & 7; in sha3_process() local
280 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