Home
last modified time | relevance | path

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

/PHP-8.2/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-inplace32BI.c92 UINT8 laneAsBytes[8]; in KeccakP1600_SetBytesInLaneToZero() local
104 low = laneAsBytes[0] in KeccakP1600_SetBytesInLaneToZero()
108 high = laneAsBytes[4] in KeccakP1600_SetBytesInLaneToZero()
148 UINT8 laneAsBytes[8]; in KeccakP1600_AddBytesInLane() local
153 memset(laneAsBytes, 0, 8); in KeccakP1600_AddBytesInLane()
159 low = laneAsBytes[0] in KeccakP1600_AddBytesInLane()
163 high = laneAsBytes[4] in KeccakP1600_AddBytesInLane()
195 UINT8 laneAsBytes[8]; in KeccakP1600_AddLanes()
251 UINT8 laneAsBytes[8]; in KeccakP1600_OverwriteLanes()
296 UINT8 laneAsBytes[8]; in KeccakP1600_ExtractBytesInLane() local
[all …]

Completed in 9 milliseconds