Home
last modified time | relevance | path

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

/PHP-7.4/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-opt64.c21 typedef unsigned char UINT8; typedef
158 UINT8 *curData = data; in KeccakP1600_AddLanes()
325 memcpy(data, (UINT8*)lane1+offset, length); in KeccakP1600_ExtractBytesInLane()
340 void fromWordToBytes(UINT8 *bytes, const UINT64 word) in fromWordToBytes()
403 output[i] = input[i] ^ ((UINT8*)lane1)[offset+i]; in KeccakP1600_ExtractAndAddBytesInLane()
/PHP-7.4/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-inplace32BI.c21 typedef unsigned char UINT8; typedef
84 UINT8 laneAsBytes[8]; in KeccakP1600_SetBytesInLaneToZero()
140 UINT8 laneAsBytes[8]; in KeccakP1600_AddBytesInLane()
186 UINT8 laneAsBytes[8]; in KeccakP1600_AddLanes()
241 UINT8 laneAsBytes[8]; in KeccakP1600_OverwriteLanes()
286 UINT8 laneAsBytes[8]; in KeccakP1600_ExtractBytesInLane()
331 UINT8 laneAsBytes[8]; in KeccakP1600_ExtractLanes()
358 UINT8 laneAsBytes[8]; in KeccakP1600_ExtractAndAddBytesInLane()
406 UINT8 laneAsBytes[8]; in KeccakP1600_ExtractAndAddLanes()

Completed in 11 milliseconds