Home
last modified time | relevance | path

Searched refs:KeccakP1600_Permute_24rounds (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Modules/_sha3/kcp/
DKeccakP-1600-SnP-opt32.h33 void KeccakP1600_Permute_24rounds(void *state);
DKeccakP-1600-SnP-opt64.h44 void KeccakP1600_Permute_24rounds(void *state);
DKeccakSponge.c82 #define SnP_Permute KeccakP1600_Permute_24rounds
DKeccakP-1600-opt64.c274 void KeccakP1600_Permute_24rounds(void *state) in KeccakP1600_Permute_24rounds() function
DKeccakP-1600-inplace32BI.c1159 void KeccakP1600_Permute_24rounds(void *state) in KeccakP1600_Permute_24rounds() function
/external/python/cpython3/Modules/_sha3/
Dsha3module.c88 #define KeccakP1600_Permute_24rounds _PySHA3_KeccakP1600_Permute_24rounds macro