Searched refs:pS (Results 1 – 1 of 1) sorted by relevance
/PHP-8.3/ext/hash/sha3/generic32lc/ |
H A D | KeccakP-1600-inplace32BI.c | 178 UINT32 * pS = (UINT32*)state; in KeccakP1600_AddLanes() local 187 toBitInterleavingAndXOR(low, high, *(pS++), *(pS++), t, x0, x1); in KeccakP1600_AddLanes() 189 toBitInterleavingAndXOR(*(pI++), *(pI++), *(pS++), *(pS++), t, x0, x1) in KeccakP1600_AddLanes() 234 UINT32 * pS = (UINT32 *)state; in KeccakP1600_OverwriteLanes() local 243 toBitInterleavingAndSet(low, high, *(pS++), *(pS++), t, x0, x1); in KeccakP1600_OverwriteLanes() 245 toBitInterleavingAndSet(*(pI++), *(pI++), *(pS++), *(pS++), t, x0, x1) in KeccakP1600_OverwriteLanes() 329 fromBitInterleaving(*(pS++), *(pS++), low, high, t, x0, x1); in KeccakP1600_ExtractLanes() 333 fromBitInterleaving(*(pS++), *(pS++), *(pI++), *(pI++), t, x0, x1) in KeccakP1600_ExtractLanes() 398 const UINT32 * pS = (const UINT32 *)state; in KeccakP1600_ExtractAndAddLanes() local 405 fromBitInterleaving(*(pS++), *(pS++), low, high, t, x0, x1); in KeccakP1600_ExtractAndAddLanes() [all …]
|
Completed in 12 milliseconds