Home
last modified time | relevance | path

Searched defs:KeccakP1600_OverwriteWithZeroes (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Modules/_sha3/kcp/
DKeccakP-1600-opt64.c246 void KeccakP1600_OverwriteWithZeroes(void *state, unsigned int byteCount) in KeccakP1600_OverwriteWithZeroes() function
DKeccakP-1600-inplace32BI.c273 void KeccakP1600_OverwriteWithZeroes(void *state, unsigned int byteCount) in KeccakP1600_OverwriteWithZeroes() function
/external/python/cpython3/Modules/_sha3/
Dsha3module.c86 #define KeccakP1600_OverwriteWithZeroes _PySHA3_KeccakP1600_OverwriteWithZeroes macro