Home
last modified time | relevance | path

Searched refs:KeccakP1600_Permute_12rounds (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Modules/_sha3/kcp/
DKeccakP-1600-SnP-opt32.h32 void KeccakP1600_Permute_12rounds(void *state);
DKeccakP-1600-SnP-opt64.h43 void KeccakP1600_Permute_12rounds(void *state);
DKeccakP-1600-opt64.c289 void KeccakP1600_Permute_12rounds(void *state) in KeccakP1600_Permute_12rounds() function
DKeccakP-1600-inplace32BI.c1152 void KeccakP1600_Permute_12rounds(void *state) in KeccakP1600_Permute_12rounds() function
/external/python/cpython3/Modules/_sha3/
Dsha3module.c87 #define KeccakP1600_Permute_12rounds _PySHA3_KeccakP1600_Permute_12rounds macro