Searched refs:toBitInterleavingAndSet (Results 1 – 1 of 1) sorted by relevance
/PHP-7.4/ext/hash/sha3/generic32lc/ |
H A D | KeccakP-1600-inplace32BI.c | 51 #define toBitInterleavingAndSet(low, high, even, odd, temp, temp0, temp1) \ macro 233 toBitInterleavingAndSet(low, high, *(pS++), *(pS++), t, x0, x1); in KeccakP1600_OverwriteLanes() 235 toBitInterleavingAndSet(*(pI++), *(pI++), *(pS++), *(pS++), t, x0, x1) in KeccakP1600_OverwriteLanes() 253 …toBitInterleavingAndSet(low, high, stateAsHalfLanes[lanePosition*2+0], stateAsHalfLanes[lanePositi… in KeccakP1600_OverwriteLanes()
|
Completed in 9 milliseconds