Searched refs:UINT8 (Results 1 – 2 of 2) sorted by relevance
29 typedef unsigned char UINT8; typedef167 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()
29 typedef unsigned char UINT8; typedef92 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 14 milliseconds