Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/hashes/
A Dsha3.c209 md->sha3.s[md->sha3.word_index] ^= (md->sha3.saved ^ (pad << (md->sha3.byte_index * 8))); in _done()
215 STORE64L(md->sha3.s[i], md->sha3.sb + i * 8); in _done()
227 XMEMSET(&md->sha3, 0, sizeof(md->sha3)); in sha3_224_init()
235 XMEMSET(&md->sha3, 0, sizeof(md->sha3)); in sha3_256_init()
243 XMEMSET(&md->sha3, 0, sizeof(md->sha3)); in sha3_384_init()
251 XMEMSET(&md->sha3, 0, sizeof(md->sha3)); in sha3_512_init()
261 XMEMSET(&md->sha3, 0, sizeof(md->sha3)); in sha3_shake_init()
289 md->sha3.s[md->sha3.word_index] ^= md->sha3.saved; in sha3_process()
305 md->sha3.s[md->sha3.word_index] ^= t; in sha3_process()
346 …md->sha3.s[md->sha3.word_index] ^= (md->sha3.saved ^ (CONST64(0x1F) << (md->sha3.byte_index * 8))); in sha3_shake_done()
[all …]
/optee_os/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_hash.h160 struct sha3_state sha3; member

Completed in 4 milliseconds