Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sha3/kcp/
DKeccakHash.c30 instance->fixedOutputLength = hashbitlen; in Keccak_HashInitialize()
70 …ashReturn)KeccakWidth1600_SpongeSqueeze(&instance->sponge, hashval, instance->fixedOutputLength/8); in Keccak_HashFinal()
DKeccakHash.h30 unsigned int fixedOutputLength; member
/external/python/cpython3/Modules/_sha3/
Dsha3module.c314 self->hash_state.fixedOutputLength / 8); in _sha3_sha3_224_digest_impl()
342 self->hash_state.fixedOutputLength / 8); in _sha3_sha3_224_hexdigest_impl()
448 return PyLong_FromLong(self->hash_state.fixedOutputLength / 8); in SHA3_get_digest_size()