Home
last modified time | relevance | path

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

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