Home
last modified time | relevance | path

Searched refs:KeccakP1600_AddBytesInLane (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Modules/_sha3/kcp/
DKeccakP-1600-opt64.c95 void KeccakP1600_AddBytesInLane(void *state, unsigned int lanePosition, const unsigned char *data, … in KeccakP1600_AddBytesInLane() function
192 SnP_AddBytes(state, data, offset, length, KeccakP1600_AddLanes, KeccakP1600_AddBytesInLane, 8); in KeccakP1600_AddBytes()
DKeccakP-1600-inplace32BI.c142 void KeccakP1600_AddBytesInLane(void *state, unsigned int lanePosition, const unsigned char *data, … in KeccakP1600_AddBytesInLane() function
212 SnP_AddBytes(state, data, offset, length, KeccakP1600_AddLanes, KeccakP1600_AddBytesInLane, 8); in KeccakP1600_AddBytes()
220 KeccakP1600_AddBytesInLane(state, lanePosition, data, offset, length); in KeccakP1600_OverwriteBytesInLane()
/external/python/cpython3/Modules/_sha3/
Dsha3module.c74 #define KeccakP1600_AddBytesInLane _PySHA3_KeccakP1600_AddBytesInLane macro