Home
last modified time | relevance | path

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

/php-src/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-opt64.c29 typedef unsigned char UINT8; typedef
167 UINT8 *curData = data; in KeccakP1600_AddLanes()
334 memcpy(data, (UINT8*)lane1+offset, length); in KeccakP1600_ExtractBytesInLane()
349 void fromWordToBytes(UINT8 *bytes, const UINT64 word) in fromWordToBytes()
412 output[i] = input[i] ^ ((UINT8*)lane1)[offset+i]; in KeccakP1600_ExtractAndAddBytesInLane()
/php-src/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-inplace32BI.c29 typedef unsigned char UINT8; typedef
92 UINT8 laneAsBytes[8]; in KeccakP1600_SetBytesInLaneToZero()
148 UINT8 laneAsBytes[8]; in KeccakP1600_AddBytesInLane()
195 UINT8 laneAsBytes[8]; in KeccakP1600_AddLanes()
251 UINT8 laneAsBytes[8]; in KeccakP1600_OverwriteLanes()
296 UINT8 laneAsBytes[8]; in KeccakP1600_ExtractBytesInLane()
342 UINT8 laneAsBytes[8]; in KeccakP1600_ExtractLanes()
369 UINT8 laneAsBytes[8]; in KeccakP1600_ExtractAndAddBytesInLane()
418 UINT8 laneAsBytes[8]; in KeccakP1600_ExtractAndAddLanes()

Completed in 9 milliseconds