Home
last modified time | relevance | path

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

/PHP-7.4/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-inplace32BI.c176 memcpy(&low, pI++, 4); in KeccakP1600_AddLanes()
177 memcpy(&high, pI++, 4); in KeccakP1600_AddLanes()
180 toBitInterleavingAndXOR(*(pI++), *(pI++), *(pS++), *(pS++), t, x0, x1) in KeccakP1600_AddLanes()
231 memcpy(&low, pI++, 4); in KeccakP1600_OverwriteLanes()
232 memcpy(&high, pI++, 4); in KeccakP1600_OverwriteLanes()
235 toBitInterleavingAndSet(*(pI++), *(pI++), *(pS++), *(pS++), t, x0, x1) in KeccakP1600_OverwriteLanes()
310 UINT32 * pI = (UINT32 *)data; in KeccakP1600_ExtractLanes() local
319 memcpy(pI++, &low, 4); in KeccakP1600_ExtractLanes()
320 memcpy(pI++, &high, 4); in KeccakP1600_ExtractLanes()
322 fromBitInterleaving(*(pS++), *(pS++), *(pI++), *(pI++), t, x0, x1) in KeccakP1600_ExtractLanes()
[all …]

Completed in 9 milliseconds