Searched refs:toBitInterleavingAndXOR (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Modules/_sha3/kcp/ |
D | KeccakP-1600-inplace32BI.c | 44 #define toBitInterleavingAndXOR(low, high, even, odd, temp, temp0, temp1) \ macro 137 …toBitInterleavingAndXOR(low, high, stateAsHalfLanes[lanePosition*2+0], stateAsHalfLanes[lanePositi… in KeccakP1600_AddByte() 164 …toBitInterleavingAndXOR(low, high, stateAsHalfLanes[lanePosition*2+0], stateAsHalfLanes[lanePositi… in KeccakP1600_AddBytesInLane() 182 toBitInterleavingAndXOR(low, high, *(pS++), *(pS++), t, x0, x1); in KeccakP1600_AddLanes() 184 toBitInterleavingAndXOR(*(pI++), *(pI++), *(pS++), *(pS++), t, x0, x1) in KeccakP1600_AddLanes() 203 …toBitInterleavingAndXOR(low, high, stateAsHalfLanes[lanePosition*2+0], stateAsHalfLanes[lanePositi… in KeccakP1600_AddLanes()
|