Searched refs:fromBitInterleavingAndXOR (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Modules/_sha3/kcp/ |
D | KeccakP-1600-inplace32BI.c | 81 #define fromBitInterleavingAndXOR(even, odd, lowIn, highIn, lowOut, highOut, temp, temp0, temp1) \ macro 403 fromBitInterleavingAndXOR(*(pS++), *(pS++), *(pI++), *(pI++), *(pO++), *(pO++), t, x0, x1) in KeccakP1600_ExtractAndAddLanes()
|