Lines Matching refs:stateAsHalfLanes
91 UINT32 *stateAsHalfLanes = (UINT32*)state; in KeccakP1600_SetBytesInLaneToZero() local
109 …toBitInterleavingAndAND(low, high, stateAsHalfLanes[lanePosition*2+0], stateAsHalfLanes[lanePositi… in KeccakP1600_SetBytesInLaneToZero()
127 UINT32 *stateAsHalfLanes = (UINT32*)state; in KeccakP1600_AddByte() local
137 …toBitInterleavingAndXOR(low, high, stateAsHalfLanes[lanePosition*2+0], stateAsHalfLanes[lanePositi… in KeccakP1600_AddByte()
147 UINT32 *stateAsHalfLanes = (UINT32*)state; in KeccakP1600_AddBytesInLane() local
164 …toBitInterleavingAndXOR(low, high, stateAsHalfLanes[lanePosition*2+0], stateAsHalfLanes[lanePositi… in KeccakP1600_AddBytesInLane()
192 UINT32 *stateAsHalfLanes; in KeccakP1600_AddLanes()
202 stateAsHalfLanes = (UINT32*)state; in KeccakP1600_AddLanes()
203 …toBitInterleavingAndXOR(low, high, stateAsHalfLanes[lanePosition*2+0], stateAsHalfLanes[lanePositi… in KeccakP1600_AddLanes()
248 UINT32 *stateAsHalfLanes; in KeccakP1600_OverwriteLanes()
258 stateAsHalfLanes = (UINT32*)state; in KeccakP1600_OverwriteLanes()
259 …toBitInterleavingAndSet(low, high, stateAsHalfLanes[lanePosition*2+0], stateAsHalfLanes[lanePositi… in KeccakP1600_OverwriteLanes()
275 UINT32 *stateAsHalfLanes = (UINT32*)state; in KeccakP1600_OverwriteWithZeroes() local
279 stateAsHalfLanes[i*2+0] = 0; in KeccakP1600_OverwriteWithZeroes()
280 stateAsHalfLanes[i*2+1] = 0; in KeccakP1600_OverwriteWithZeroes()
290 UINT32 *stateAsHalfLanes = (UINT32*)state; in KeccakP1600_ExtractBytesInLane() local
294 …fromBitInterleaving(stateAsHalfLanes[lanePosition*2], stateAsHalfLanes[lanePosition*2+1], low, hig… in KeccakP1600_ExtractBytesInLane()
334 UINT32 *stateAsHalfLanes = (UINT32*)state; in KeccakP1600_ExtractLanes()
337 …fromBitInterleaving(stateAsHalfLanes[lanePosition*2], stateAsHalfLanes[lanePosition*2+1], low, hig… in KeccakP1600_ExtractLanes()
362 UINT32 *stateAsHalfLanes = (UINT32*)state; in KeccakP1600_ExtractAndAddBytesInLane() local
367 …fromBitInterleaving(stateAsHalfLanes[lanePosition*2], stateAsHalfLanes[lanePosition*2+1], low, hig… in KeccakP1600_ExtractAndAddBytesInLane()
409 UINT32 *stateAsHalfLanes = (UINT32*)state; in KeccakP1600_ExtractAndAddLanes()
412 …fromBitInterleaving(stateAsHalfLanes[lanePosition*2], stateAsHalfLanes[lanePosition*2+1], low, hig… in KeccakP1600_ExtractAndAddLanes()
581 UINT32 *stateAsHalfLanes = (UINT32*)state; in KeccakP1600_Permute_Nrounds() local
582 #define Aba0 stateAsHalfLanes[ 0] in KeccakP1600_Permute_Nrounds()
583 #define Aba1 stateAsHalfLanes[ 1] in KeccakP1600_Permute_Nrounds()
584 #define Abe0 stateAsHalfLanes[ 2] in KeccakP1600_Permute_Nrounds()
585 #define Abe1 stateAsHalfLanes[ 3] in KeccakP1600_Permute_Nrounds()
586 #define Abi0 stateAsHalfLanes[ 4] in KeccakP1600_Permute_Nrounds()
587 #define Abi1 stateAsHalfLanes[ 5] in KeccakP1600_Permute_Nrounds()
588 #define Abo0 stateAsHalfLanes[ 6] in KeccakP1600_Permute_Nrounds()
589 #define Abo1 stateAsHalfLanes[ 7] in KeccakP1600_Permute_Nrounds()
590 #define Abu0 stateAsHalfLanes[ 8] in KeccakP1600_Permute_Nrounds()
591 #define Abu1 stateAsHalfLanes[ 9] in KeccakP1600_Permute_Nrounds()
592 #define Aga0 stateAsHalfLanes[10] in KeccakP1600_Permute_Nrounds()
593 #define Aga1 stateAsHalfLanes[11] in KeccakP1600_Permute_Nrounds()
594 #define Age0 stateAsHalfLanes[12] in KeccakP1600_Permute_Nrounds()
595 #define Age1 stateAsHalfLanes[13] in KeccakP1600_Permute_Nrounds()
596 #define Agi0 stateAsHalfLanes[14] in KeccakP1600_Permute_Nrounds()
597 #define Agi1 stateAsHalfLanes[15] in KeccakP1600_Permute_Nrounds()
598 #define Ago0 stateAsHalfLanes[16] in KeccakP1600_Permute_Nrounds()
599 #define Ago1 stateAsHalfLanes[17] in KeccakP1600_Permute_Nrounds()
600 #define Agu0 stateAsHalfLanes[18] in KeccakP1600_Permute_Nrounds()
601 #define Agu1 stateAsHalfLanes[19] in KeccakP1600_Permute_Nrounds()
602 #define Aka0 stateAsHalfLanes[20] in KeccakP1600_Permute_Nrounds()
603 #define Aka1 stateAsHalfLanes[21] in KeccakP1600_Permute_Nrounds()
604 #define Ake0 stateAsHalfLanes[22] in KeccakP1600_Permute_Nrounds()
605 #define Ake1 stateAsHalfLanes[23] in KeccakP1600_Permute_Nrounds()
606 #define Aki0 stateAsHalfLanes[24] in KeccakP1600_Permute_Nrounds()
607 #define Aki1 stateAsHalfLanes[25] in KeccakP1600_Permute_Nrounds()
608 #define Ako0 stateAsHalfLanes[26] in KeccakP1600_Permute_Nrounds()
609 #define Ako1 stateAsHalfLanes[27] in KeccakP1600_Permute_Nrounds()
610 #define Aku0 stateAsHalfLanes[28] in KeccakP1600_Permute_Nrounds()
611 #define Aku1 stateAsHalfLanes[29] in KeccakP1600_Permute_Nrounds()
612 #define Ama0 stateAsHalfLanes[30] in KeccakP1600_Permute_Nrounds()
613 #define Ama1 stateAsHalfLanes[31] in KeccakP1600_Permute_Nrounds()
614 #define Ame0 stateAsHalfLanes[32] in KeccakP1600_Permute_Nrounds()
615 #define Ame1 stateAsHalfLanes[33] in KeccakP1600_Permute_Nrounds()
616 #define Ami0 stateAsHalfLanes[34] in KeccakP1600_Permute_Nrounds()
617 #define Ami1 stateAsHalfLanes[35] in KeccakP1600_Permute_Nrounds()
618 #define Amo0 stateAsHalfLanes[36] in KeccakP1600_Permute_Nrounds()
619 #define Amo1 stateAsHalfLanes[37] in KeccakP1600_Permute_Nrounds()
620 #define Amu0 stateAsHalfLanes[38] in KeccakP1600_Permute_Nrounds()
621 #define Amu1 stateAsHalfLanes[39] in KeccakP1600_Permute_Nrounds()
622 #define Asa0 stateAsHalfLanes[40] in KeccakP1600_Permute_Nrounds()
623 #define Asa1 stateAsHalfLanes[41] in KeccakP1600_Permute_Nrounds()
624 #define Ase0 stateAsHalfLanes[42] in KeccakP1600_Permute_Nrounds()
625 #define Ase1 stateAsHalfLanes[43] in KeccakP1600_Permute_Nrounds()
626 #define Asi0 stateAsHalfLanes[44] in KeccakP1600_Permute_Nrounds()
627 #define Asi1 stateAsHalfLanes[45] in KeccakP1600_Permute_Nrounds()
628 #define Aso0 stateAsHalfLanes[46] in KeccakP1600_Permute_Nrounds()
629 #define Aso1 stateAsHalfLanes[47] in KeccakP1600_Permute_Nrounds()
630 #define Asu0 stateAsHalfLanes[48] in KeccakP1600_Permute_Nrounds()
631 #define Asu1 stateAsHalfLanes[49] in KeccakP1600_Permute_Nrounds()