Searched refs:KeccakP1600_AddByte (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython3/Modules/_sha3/kcp/ |
D | KeccakP-1600-SnP-opt64.h | 35 #define KeccakP1600_AddByte(state, byte, offset) \ macro 38 void KeccakP1600_AddByte(void *state, unsigned char data, unsigned int offset);
|
D | KeccakP-1600-SnP-opt32.h | 28 void KeccakP1600_AddByte(void *state, unsigned char data, unsigned int offset);
|
D | KeccakP-1600-opt64.c | 180 void KeccakP1600_AddByte(void *state, unsigned char byte, unsigned int offset) in KeccakP1600_AddByte() function
|
D | KeccakP-1600-inplace32BI.c | 121 void KeccakP1600_AddByte(void *state, unsigned char byte, unsigned int offset) in KeccakP1600_AddByte() function
|
/external/python/cpython3/Modules/_sha3/ |
D | sha3module.c | 95 #define KeccakP1600_AddByte _PySHA3_KeccakP1600_AddByte macro
|