Searched refs:KeccakP1600_OverwriteBytesInLane (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Modules/_sha3/kcp/ |
D | KeccakP-1600-opt64.c | 197 void KeccakP1600_OverwriteBytesInLane(void *state, unsigned int lanePosition, const unsigned char *… in KeccakP1600_OverwriteBytesInLane() function 241 …ytes(state, data, offset, length, KeccakP1600_OverwriteLanes, KeccakP1600_OverwriteBytesInLane, 8); in KeccakP1600_OverwriteBytes()
|
D | KeccakP-1600-inplace32BI.c | 217 void KeccakP1600_OverwriteBytesInLane(void *state, unsigned int lanePosition, const unsigned char *… in KeccakP1600_OverwriteBytesInLane() function 268 …ytes(state, data, offset, length, KeccakP1600_OverwriteLanes, KeccakP1600_OverwriteBytesInLane, 8); in KeccakP1600_OverwriteBytes()
|
/external/python/cpython3/Modules/_sha3/ |
D | sha3module.c | 84 #define KeccakP1600_OverwriteBytesInLane _PySHA3_KeccakP1600_OverwriteBytesInLane macro
|