Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sha3/
Dsha3module.c96 #define KeccakP1600_Permute_Nrounds _PySHA3_KeccakP1600_Permute_Nrounds macro
/external/python/cpython3/Modules/_sha3/kcp/
DKeccakP-1600-inplace32BI.c568 void KeccakP1600_Permute_Nrounds(void *state, unsigned int nRounds) in KeccakP1600_Permute_Nrounds() function
1154 KeccakP1600_Permute_Nrounds(state, 12); in KeccakP1600_Permute_12rounds()
1161 KeccakP1600_Permute_Nrounds(state, 24); in KeccakP1600_Permute_24rounds()