Home
last modified time | relevance | path

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

/PHP-8.2/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-inplace32BI.c178 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 17 milliseconds