Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sha3/kcp/
DKeccakP-1600-SnP-opt64.h35 #define KeccakP1600_AddByte(state, byte, offset) \ macro
38 void KeccakP1600_AddByte(void *state, unsigned char data, unsigned int offset);
DKeccakP-1600-SnP-opt32.h28 void KeccakP1600_AddByte(void *state, unsigned char data, unsigned int offset);
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