Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sha3/kcp/
DKeccakHash.h57 #define Keccak_HashInitialize_SHAKE256(hashInstance) Keccak_HashInitialize(hashInstance, 108… macro
/external/python/cpython3/Modules/_sha3/
Dsha3module.c214 res = Keccak_HashInitialize_SHAKE256(&self->hash_state); in py_sha3_new()