Home
last modified time | relevance | path

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

/third_party/python/Modules/_sha3/
Dsha3module.c125 #define SHA3_process Keccak_HashUpdate macro
251 res = SHA3_process(&self->hash_state, buf.buf, buf.len * 8); in py_sha3_new_impl()
255 res = SHA3_process(&self->hash_state, buf.buf, buf.len * 8); in py_sha3_new_impl()
402 res = SHA3_process(&self->hash_state, buf.buf, buf.len * 8); in _sha3_sha3_224_update()
407 res = SHA3_process(&self->hash_state, buf.buf, buf.len * 8); in _sha3_sha3_224_update()