Searched refs:UINT8 (Results 1 – 2 of 2) sorted by relevance
21 typedef unsigned char UINT8; typedef158 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()
21 typedef unsigned char UINT8; typedef84 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 9 milliseconds