Searched refs:pI (Results 1 – 1 of 1) sorted by relevance
/PHP-8.3/ext/hash/sha3/generic32lc/ |
H A D | KeccakP-1600-inplace32BI.c | 185 memcpy(&low, pI++, 4); in KeccakP1600_AddLanes() 186 memcpy(&high, pI++, 4); in KeccakP1600_AddLanes() 189 toBitInterleavingAndXOR(*(pI++), *(pI++), *(pS++), *(pS++), t, x0, x1) in KeccakP1600_AddLanes() 241 memcpy(&low, pI++, 4); in KeccakP1600_OverwriteLanes() 242 memcpy(&high, pI++, 4); in KeccakP1600_OverwriteLanes() 245 toBitInterleavingAndSet(*(pI++), *(pI++), *(pS++), *(pS++), t, x0, x1) in KeccakP1600_OverwriteLanes() 321 UINT32 * pI = (UINT32 *)data; in KeccakP1600_ExtractLanes() local 330 memcpy(pI++, &low, 4); in KeccakP1600_ExtractLanes() 331 memcpy(pI++, &high, 4); in KeccakP1600_ExtractLanes() 333 fromBitInterleaving(*(pS++), *(pS++), *(pI++), *(pI++), t, x0, x1) in KeccakP1600_ExtractLanes() [all …]
|
Completed in 10 milliseconds