Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sha3/kcp/
DKeccakHash.c40 return (HashReturn)KeccakWidth1600_SpongeAbsorb(&instance->sponge, data, databitlen/8); in Keccak_HashUpdate()
42 … HashReturn ret = (HashReturn)KeccakWidth1600_SpongeAbsorb(&instance->sponge, data, databitlen/8); in Keccak_HashUpdate()
56 ret = (HashReturn)KeccakWidth1600_SpongeAbsorb(&instance->sponge, oneByte, 1); in Keccak_HashUpdate()
/external/python/cpython3/Modules/_sha3/
Dsha3module.c90 #define KeccakWidth1600_SpongeAbsorb _PySHA3_KeccakWidth1600_SpongeAbsorb macro