Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sha3/
Dsha3module.c120 #define SHA3_process Keccak_HashUpdate macro
227 res = SHA3_process(&self->hash_state, buf.buf, buf.len * 8); in py_sha3_new()
231 res = SHA3_process(&self->hash_state, buf.buf, buf.len * 8); in py_sha3_new()
375 res = SHA3_process(&self->hash_state, buf.buf, buf.len * 8); in _sha3_sha3_224_update()
380 res = SHA3_process(&self->hash_state, buf.buf, buf.len * 8); in _sha3_sha3_224_update()