Lines Matching refs:stateAsHalfLanes

95     UINT32 *stateAsHalfLanes = (UINT32*)state;  in KeccakP1600_SetBytesInLaneToZero()  local
113 …toBitInterleavingAndAND(low, high, stateAsHalfLanes[lanePosition*2+0], stateAsHalfLanes[lanePositi… in KeccakP1600_SetBytesInLaneToZero()
131 UINT32 *stateAsHalfLanes = (UINT32*)state; in KeccakP1600_AddByte() local
141 …toBitInterleavingAndXOR(low, high, stateAsHalfLanes[lanePosition*2+0], stateAsHalfLanes[lanePositi… in KeccakP1600_AddByte()
151 UINT32 *stateAsHalfLanes = (UINT32*)state; in KeccakP1600_AddBytesInLane() local
168 …toBitInterleavingAndXOR(low, high, stateAsHalfLanes[lanePosition*2+0], stateAsHalfLanes[lanePositi… in KeccakP1600_AddBytesInLane()
206 UINT32 *stateAsHalfLanes = (UINT32*)state; in KeccakP1600_AddLanes()
207 …toBitInterleavingAndXOR(low, high, stateAsHalfLanes[lanePosition*2+0], stateAsHalfLanes[lanePositi… in KeccakP1600_AddLanes()
262 UINT32 *stateAsHalfLanes = (UINT32*)state; in KeccakP1600_OverwriteLanes()
263 …toBitInterleavingAndSet(low, high, stateAsHalfLanes[lanePosition*2+0], stateAsHalfLanes[lanePositi… in KeccakP1600_OverwriteLanes()
279 UINT32 *stateAsHalfLanes = (UINT32*)state; in KeccakP1600_OverwriteWithZeroes() local
283 stateAsHalfLanes[i*2+0] = 0; in KeccakP1600_OverwriteWithZeroes()
284 stateAsHalfLanes[i*2+1] = 0; in KeccakP1600_OverwriteWithZeroes()
294 UINT32 *stateAsHalfLanes = (UINT32*)state; in KeccakP1600_ExtractBytesInLane() local
298 …fromBitInterleaving(stateAsHalfLanes[lanePosition*2], stateAsHalfLanes[lanePosition*2+1], low, hig… in KeccakP1600_ExtractBytesInLane()
339 UINT32 *stateAsHalfLanes = (UINT32*)state; in KeccakP1600_ExtractLanes()
341 …fromBitInterleaving(stateAsHalfLanes[lanePosition*2], stateAsHalfLanes[lanePosition*2+1], low, hig… in KeccakP1600_ExtractLanes()
367 UINT32 *stateAsHalfLanes = (UINT32*)state; in KeccakP1600_ExtractAndAddBytesInLane() local
372 …fromBitInterleaving(stateAsHalfLanes[lanePosition*2], stateAsHalfLanes[lanePosition*2+1], low, hig… in KeccakP1600_ExtractAndAddBytesInLane()
415 UINT32 *stateAsHalfLanes = (UINT32*)state; in KeccakP1600_ExtractAndAddLanes()
417 …fromBitInterleaving(stateAsHalfLanes[lanePosition*2], stateAsHalfLanes[lanePosition*2+1], low, hig… in KeccakP1600_ExtractAndAddLanes()
977 UINT32 *stateAsHalfLanes = (UINT32*)state; in KeccakP1600_Permute_Nrounds() local
978 #define Aba0 stateAsHalfLanes[ 0] in KeccakP1600_Permute_Nrounds()
979 #define Aba1 stateAsHalfLanes[ 1] in KeccakP1600_Permute_Nrounds()
980 #define Abe0 stateAsHalfLanes[ 2] in KeccakP1600_Permute_Nrounds()
981 #define Abe1 stateAsHalfLanes[ 3] in KeccakP1600_Permute_Nrounds()
982 #define Abi0 stateAsHalfLanes[ 4] in KeccakP1600_Permute_Nrounds()
983 #define Abi1 stateAsHalfLanes[ 5] in KeccakP1600_Permute_Nrounds()
984 #define Abo0 stateAsHalfLanes[ 6] in KeccakP1600_Permute_Nrounds()
985 #define Abo1 stateAsHalfLanes[ 7] in KeccakP1600_Permute_Nrounds()
986 #define Abu0 stateAsHalfLanes[ 8] in KeccakP1600_Permute_Nrounds()
987 #define Abu1 stateAsHalfLanes[ 9] in KeccakP1600_Permute_Nrounds()
988 #define Aga0 stateAsHalfLanes[10] in KeccakP1600_Permute_Nrounds()
989 #define Aga1 stateAsHalfLanes[11] in KeccakP1600_Permute_Nrounds()
990 #define Age0 stateAsHalfLanes[12] in KeccakP1600_Permute_Nrounds()
991 #define Age1 stateAsHalfLanes[13] in KeccakP1600_Permute_Nrounds()
992 #define Agi0 stateAsHalfLanes[14] in KeccakP1600_Permute_Nrounds()
993 #define Agi1 stateAsHalfLanes[15] in KeccakP1600_Permute_Nrounds()
994 #define Ago0 stateAsHalfLanes[16] in KeccakP1600_Permute_Nrounds()
995 #define Ago1 stateAsHalfLanes[17] in KeccakP1600_Permute_Nrounds()
996 #define Agu0 stateAsHalfLanes[18] in KeccakP1600_Permute_Nrounds()
997 #define Agu1 stateAsHalfLanes[19] in KeccakP1600_Permute_Nrounds()
998 #define Aka0 stateAsHalfLanes[20] in KeccakP1600_Permute_Nrounds()
999 #define Aka1 stateAsHalfLanes[21] in KeccakP1600_Permute_Nrounds()
1000 #define Ake0 stateAsHalfLanes[22] in KeccakP1600_Permute_Nrounds()
1001 #define Ake1 stateAsHalfLanes[23] in KeccakP1600_Permute_Nrounds()
1002 #define Aki0 stateAsHalfLanes[24] in KeccakP1600_Permute_Nrounds()
1003 #define Aki1 stateAsHalfLanes[25] in KeccakP1600_Permute_Nrounds()
1004 #define Ako0 stateAsHalfLanes[26] in KeccakP1600_Permute_Nrounds()
1005 #define Ako1 stateAsHalfLanes[27] in KeccakP1600_Permute_Nrounds()
1006 #define Aku0 stateAsHalfLanes[28] in KeccakP1600_Permute_Nrounds()
1007 #define Aku1 stateAsHalfLanes[29] in KeccakP1600_Permute_Nrounds()
1008 #define Ama0 stateAsHalfLanes[30] in KeccakP1600_Permute_Nrounds()
1009 #define Ama1 stateAsHalfLanes[31] in KeccakP1600_Permute_Nrounds()
1010 #define Ame0 stateAsHalfLanes[32] in KeccakP1600_Permute_Nrounds()
1011 #define Ame1 stateAsHalfLanes[33] in KeccakP1600_Permute_Nrounds()
1012 #define Ami0 stateAsHalfLanes[34] in KeccakP1600_Permute_Nrounds()
1013 #define Ami1 stateAsHalfLanes[35] in KeccakP1600_Permute_Nrounds()
1014 #define Amo0 stateAsHalfLanes[36] in KeccakP1600_Permute_Nrounds()
1015 #define Amo1 stateAsHalfLanes[37] in KeccakP1600_Permute_Nrounds()
1016 #define Amu0 stateAsHalfLanes[38] in KeccakP1600_Permute_Nrounds()
1017 #define Amu1 stateAsHalfLanes[39] in KeccakP1600_Permute_Nrounds()
1018 #define Asa0 stateAsHalfLanes[40] in KeccakP1600_Permute_Nrounds()
1019 #define Asa1 stateAsHalfLanes[41] in KeccakP1600_Permute_Nrounds()
1020 #define Ase0 stateAsHalfLanes[42] in KeccakP1600_Permute_Nrounds()
1021 #define Ase1 stateAsHalfLanes[43] in KeccakP1600_Permute_Nrounds()
1022 #define Asi0 stateAsHalfLanes[44] in KeccakP1600_Permute_Nrounds()
1023 #define Asi1 stateAsHalfLanes[45] in KeccakP1600_Permute_Nrounds()
1024 #define Aso0 stateAsHalfLanes[46] in KeccakP1600_Permute_Nrounds()
1025 #define Aso1 stateAsHalfLanes[47] in KeccakP1600_Permute_Nrounds()
1026 #define Asu0 stateAsHalfLanes[48] in KeccakP1600_Permute_Nrounds()
1027 #define Asu1 stateAsHalfLanes[49] in KeccakP1600_Permute_Nrounds()