Home
last modified time | relevance | path

Searched defs:KeccakP1600_AddByte (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Modules/_sha3/kcp/
DKeccakP-1600-SnP-opt64.h35 #define KeccakP1600_AddByte(state, byte, offset) \ macro
DKeccakP-1600-opt64.c180 void KeccakP1600_AddByte(void *state, unsigned char byte, unsigned int offset) in KeccakP1600_AddByte() function
DKeccakP-1600-inplace32BI.c121 void KeccakP1600_AddByte(void *state, unsigned char byte, unsigned int offset) in KeccakP1600_AddByte() function
/external/python/cpython3/Modules/_sha3/
Dsha3module.c95 #define KeccakP1600_AddByte _PySHA3_KeccakP1600_AddByte macro