Home
last modified time | relevance | path

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

/PHP-7.2/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-inplace32BI.c84 UINT8 laneAsBytes[8]; in KeccakP1600_SetBytesInLaneToZero() local
96 low = laneAsBytes[0] in KeccakP1600_SetBytesInLaneToZero()
100 high = laneAsBytes[4] in KeccakP1600_SetBytesInLaneToZero()
140 UINT8 laneAsBytes[8]; in KeccakP1600_AddBytesInLane() local
145 memset(laneAsBytes, 0, 8); in KeccakP1600_AddBytesInLane()
151 low = laneAsBytes[0] in KeccakP1600_AddBytesInLane()
155 high = laneAsBytes[4] in KeccakP1600_AddBytesInLane()
186 UINT8 laneAsBytes[8]; in KeccakP1600_AddLanes()
241 UINT8 laneAsBytes[8]; in KeccakP1600_OverwriteLanes()
286 UINT8 laneAsBytes[8]; in KeccakP1600_ExtractBytesInLane() local
[all …]

Completed in 10 milliseconds