Lines Matching refs:stateAsHalfLanes

87     UINT32 *stateAsHalfLanes = (UINT32*)state;  in KeccakP1600_SetBytesInLaneToZero()  local
105 …toBitInterleavingAndAND(low, high, stateAsHalfLanes[lanePosition*2+0], stateAsHalfLanes[lanePositi… in KeccakP1600_SetBytesInLaneToZero()
123 UINT32 *stateAsHalfLanes = (UINT32*)state; in KeccakP1600_AddByte() local
133 …toBitInterleavingAndXOR(low, high, stateAsHalfLanes[lanePosition*2+0], stateAsHalfLanes[lanePositi… in KeccakP1600_AddByte()
143 UINT32 *stateAsHalfLanes = (UINT32*)state; in KeccakP1600_AddBytesInLane() local
160 …toBitInterleavingAndXOR(low, high, stateAsHalfLanes[lanePosition*2+0], stateAsHalfLanes[lanePositi… in KeccakP1600_AddBytesInLane()
197 UINT32 *stateAsHalfLanes = (UINT32*)state; in KeccakP1600_AddLanes()
198 …toBitInterleavingAndXOR(low, high, stateAsHalfLanes[lanePosition*2+0], stateAsHalfLanes[lanePositi… in KeccakP1600_AddLanes()
252 UINT32 *stateAsHalfLanes = (UINT32*)state; in KeccakP1600_OverwriteLanes()
253 …toBitInterleavingAndSet(low, high, stateAsHalfLanes[lanePosition*2+0], stateAsHalfLanes[lanePositi… in KeccakP1600_OverwriteLanes()
269 UINT32 *stateAsHalfLanes = (UINT32*)state; in KeccakP1600_OverwriteWithZeroes() local
273 stateAsHalfLanes[i*2+0] = 0; in KeccakP1600_OverwriteWithZeroes()
274 stateAsHalfLanes[i*2+1] = 0; in KeccakP1600_OverwriteWithZeroes()
284 UINT32 *stateAsHalfLanes = (UINT32*)state; in KeccakP1600_ExtractBytesInLane() local
288 …fromBitInterleaving(stateAsHalfLanes[lanePosition*2], stateAsHalfLanes[lanePosition*2+1], low, hig… in KeccakP1600_ExtractBytesInLane()
328 UINT32 *stateAsHalfLanes = (UINT32*)state; in KeccakP1600_ExtractLanes()
330 …fromBitInterleaving(stateAsHalfLanes[lanePosition*2], stateAsHalfLanes[lanePosition*2+1], low, hig… in KeccakP1600_ExtractLanes()
356 UINT32 *stateAsHalfLanes = (UINT32*)state; in KeccakP1600_ExtractAndAddBytesInLane() local
361 …fromBitInterleaving(stateAsHalfLanes[lanePosition*2], stateAsHalfLanes[lanePosition*2+1], low, hig… in KeccakP1600_ExtractAndAddBytesInLane()
403 UINT32 *stateAsHalfLanes = (UINT32*)state; in KeccakP1600_ExtractAndAddLanes()
405 …fromBitInterleaving(stateAsHalfLanes[lanePosition*2], stateAsHalfLanes[lanePosition*2+1], low, hig… in KeccakP1600_ExtractAndAddLanes()
965 UINT32 *stateAsHalfLanes = (UINT32*)state; in KeccakP1600_Permute_Nrounds() local
966 #define Aba0 stateAsHalfLanes[ 0] in KeccakP1600_Permute_Nrounds()
967 #define Aba1 stateAsHalfLanes[ 1] in KeccakP1600_Permute_Nrounds()
968 #define Abe0 stateAsHalfLanes[ 2] in KeccakP1600_Permute_Nrounds()
969 #define Abe1 stateAsHalfLanes[ 3] in KeccakP1600_Permute_Nrounds()
970 #define Abi0 stateAsHalfLanes[ 4] in KeccakP1600_Permute_Nrounds()
971 #define Abi1 stateAsHalfLanes[ 5] in KeccakP1600_Permute_Nrounds()
972 #define Abo0 stateAsHalfLanes[ 6] in KeccakP1600_Permute_Nrounds()
973 #define Abo1 stateAsHalfLanes[ 7] in KeccakP1600_Permute_Nrounds()
974 #define Abu0 stateAsHalfLanes[ 8] in KeccakP1600_Permute_Nrounds()
975 #define Abu1 stateAsHalfLanes[ 9] in KeccakP1600_Permute_Nrounds()
976 #define Aga0 stateAsHalfLanes[10] in KeccakP1600_Permute_Nrounds()
977 #define Aga1 stateAsHalfLanes[11] in KeccakP1600_Permute_Nrounds()
978 #define Age0 stateAsHalfLanes[12] in KeccakP1600_Permute_Nrounds()
979 #define Age1 stateAsHalfLanes[13] in KeccakP1600_Permute_Nrounds()
980 #define Agi0 stateAsHalfLanes[14] in KeccakP1600_Permute_Nrounds()
981 #define Agi1 stateAsHalfLanes[15] in KeccakP1600_Permute_Nrounds()
982 #define Ago0 stateAsHalfLanes[16] in KeccakP1600_Permute_Nrounds()
983 #define Ago1 stateAsHalfLanes[17] in KeccakP1600_Permute_Nrounds()
984 #define Agu0 stateAsHalfLanes[18] in KeccakP1600_Permute_Nrounds()
985 #define Agu1 stateAsHalfLanes[19] in KeccakP1600_Permute_Nrounds()
986 #define Aka0 stateAsHalfLanes[20] in KeccakP1600_Permute_Nrounds()
987 #define Aka1 stateAsHalfLanes[21] in KeccakP1600_Permute_Nrounds()
988 #define Ake0 stateAsHalfLanes[22] in KeccakP1600_Permute_Nrounds()
989 #define Ake1 stateAsHalfLanes[23] in KeccakP1600_Permute_Nrounds()
990 #define Aki0 stateAsHalfLanes[24] in KeccakP1600_Permute_Nrounds()
991 #define Aki1 stateAsHalfLanes[25] in KeccakP1600_Permute_Nrounds()
992 #define Ako0 stateAsHalfLanes[26] in KeccakP1600_Permute_Nrounds()
993 #define Ako1 stateAsHalfLanes[27] in KeccakP1600_Permute_Nrounds()
994 #define Aku0 stateAsHalfLanes[28] in KeccakP1600_Permute_Nrounds()
995 #define Aku1 stateAsHalfLanes[29] in KeccakP1600_Permute_Nrounds()
996 #define Ama0 stateAsHalfLanes[30] in KeccakP1600_Permute_Nrounds()
997 #define Ama1 stateAsHalfLanes[31] in KeccakP1600_Permute_Nrounds()
998 #define Ame0 stateAsHalfLanes[32] in KeccakP1600_Permute_Nrounds()
999 #define Ame1 stateAsHalfLanes[33] in KeccakP1600_Permute_Nrounds()
1000 #define Ami0 stateAsHalfLanes[34] in KeccakP1600_Permute_Nrounds()
1001 #define Ami1 stateAsHalfLanes[35] in KeccakP1600_Permute_Nrounds()
1002 #define Amo0 stateAsHalfLanes[36] in KeccakP1600_Permute_Nrounds()
1003 #define Amo1 stateAsHalfLanes[37] in KeccakP1600_Permute_Nrounds()
1004 #define Amu0 stateAsHalfLanes[38] in KeccakP1600_Permute_Nrounds()
1005 #define Amu1 stateAsHalfLanes[39] in KeccakP1600_Permute_Nrounds()
1006 #define Asa0 stateAsHalfLanes[40] in KeccakP1600_Permute_Nrounds()
1007 #define Asa1 stateAsHalfLanes[41] in KeccakP1600_Permute_Nrounds()
1008 #define Ase0 stateAsHalfLanes[42] in KeccakP1600_Permute_Nrounds()
1009 #define Ase1 stateAsHalfLanes[43] in KeccakP1600_Permute_Nrounds()
1010 #define Asi0 stateAsHalfLanes[44] in KeccakP1600_Permute_Nrounds()
1011 #define Asi1 stateAsHalfLanes[45] in KeccakP1600_Permute_Nrounds()
1012 #define Aso0 stateAsHalfLanes[46] in KeccakP1600_Permute_Nrounds()
1013 #define Aso1 stateAsHalfLanes[47] in KeccakP1600_Permute_Nrounds()
1014 #define Asu0 stateAsHalfLanes[48] in KeccakP1600_Permute_Nrounds()
1015 #define Asu1 stateAsHalfLanes[49] in KeccakP1600_Permute_Nrounds()