Lines Matching refs:ROL32

28 #define ROL32(a, offset) ((((UINT32)a) << (offset)) ^ (((UINT32)a) >> (32-(offset))))  macro
467 Da0 = Cx^ROL32(Du1, 1); \
473 Do0 = Cw^ROL32(Cz, 1); \
478 De0 = Cx^ROL32(Cy, 1); \
483 Di0 = Du0^ROL32(Cy, 1); \
487 Du0 = Cw^ROL32(Cz, 1); \
493 Da0 = Cx^ROL32(Du1, 1); \
499 Do0 = Cw^ROL32(Cz, 1); \
504 De0 = Cx^ROL32(Cy, 1); \
509 Di0 = Du0^ROL32(Cy, 1); \
513 Du0 = Cw^ROL32(Cz, 1); \
519 Da0 = Cx^ROL32(Du1, 1); \
525 Do0 = Cw^ROL32(Cz, 1); \
530 De0 = Cx^ROL32(Cy, 1); \
535 Di0 = Du0^ROL32(Cy, 1); \
539 Du0 = Cw^ROL32(Cz, 1); \
545 Da0 = Cx^ROL32(Du1, 1); \
551 Do0 = Cw^ROL32(Cz, 1); \
556 De0 = Cx^ROL32(Cy, 1); \
561 Di0 = Du0^ROL32(Cy, 1); \
565 Du0 = Cw^ROL32(Cz, 1); \
642 Be = ROL32((Age0^De0), 22); in KeccakP1600_Permute_Nrounds()
643 Bi = ROL32((Aki1^Di1), 22); in KeccakP1600_Permute_Nrounds()
644 Bo = ROL32((Amo1^Do1), 11); in KeccakP1600_Permute_Nrounds()
645 Bu = ROL32((Asu0^Du0), 7); in KeccakP1600_Permute_Nrounds()
654 Be = ROL32((Age1^De1), 22); in KeccakP1600_Permute_Nrounds()
655 Bi = ROL32((Aki0^Di0), 21); in KeccakP1600_Permute_Nrounds()
656 Bo = ROL32((Amo0^Do0), 10); in KeccakP1600_Permute_Nrounds()
657 Bu = ROL32((Asu1^Du1), 7); in KeccakP1600_Permute_Nrounds()
665 Bi = ROL32((Aka1^Da1), 2); in KeccakP1600_Permute_Nrounds()
666 Bo = ROL32((Ame1^De1), 23); in KeccakP1600_Permute_Nrounds()
667 Bu = ROL32((Asi1^Di1), 31); in KeccakP1600_Permute_Nrounds()
668 Ba = ROL32((Abo0^Do0), 14); in KeccakP1600_Permute_Nrounds()
669 Be = ROL32((Agu0^Du0), 10); in KeccakP1600_Permute_Nrounds()
676 Bi = ROL32((Aka0^Da0), 1); in KeccakP1600_Permute_Nrounds()
677 Bo = ROL32((Ame0^De0), 22); in KeccakP1600_Permute_Nrounds()
678 Bu = ROL32((Asi0^Di0), 30); in KeccakP1600_Permute_Nrounds()
679 Ba = ROL32((Abo1^Do1), 14); in KeccakP1600_Permute_Nrounds()
680 Be = ROL32((Agu1^Du1), 10); in KeccakP1600_Permute_Nrounds()
687 Bu = ROL32((Asa0^Da0), 9); in KeccakP1600_Permute_Nrounds()
688 Ba = ROL32((Abe1^De1), 1); in KeccakP1600_Permute_Nrounds()
689 Be = ROL32((Agi0^Di0), 3); in KeccakP1600_Permute_Nrounds()
690 Bi = ROL32((Ako1^Do1), 13); in KeccakP1600_Permute_Nrounds()
691 Bo = ROL32((Amu0^Du0), 4); in KeccakP1600_Permute_Nrounds()
698 Bu = ROL32((Asa1^Da1), 9); in KeccakP1600_Permute_Nrounds()
700 Be = ROL32((Agi1^Di1), 3); in KeccakP1600_Permute_Nrounds()
701 Bi = ROL32((Ako0^Do0), 12); in KeccakP1600_Permute_Nrounds()
702 Bo = ROL32((Amu1^Du1), 4); in KeccakP1600_Permute_Nrounds()
709 Be = ROL32((Aga0^Da0), 18); in KeccakP1600_Permute_Nrounds()
710 Bi = ROL32((Ake0^De0), 5); in KeccakP1600_Permute_Nrounds()
711 Bo = ROL32((Ami1^Di1), 8); in KeccakP1600_Permute_Nrounds()
712 Bu = ROL32((Aso0^Do0), 28); in KeccakP1600_Permute_Nrounds()
713 Ba = ROL32((Abu1^Du1), 14); in KeccakP1600_Permute_Nrounds()
720 Be = ROL32((Aga1^Da1), 18); in KeccakP1600_Permute_Nrounds()
721 Bi = ROL32((Ake1^De1), 5); in KeccakP1600_Permute_Nrounds()
722 Bo = ROL32((Ami0^Di0), 7); in KeccakP1600_Permute_Nrounds()
723 Bu = ROL32((Aso1^Do1), 28); in KeccakP1600_Permute_Nrounds()
724 Ba = ROL32((Abu0^Du0), 13); in KeccakP1600_Permute_Nrounds()
731 Bo = ROL32((Ama1^Da1), 21); in KeccakP1600_Permute_Nrounds()
732 Bu = ROL32((Ase0^De0), 1); in KeccakP1600_Permute_Nrounds()
733 Ba = ROL32((Abi0^Di0), 31); in KeccakP1600_Permute_Nrounds()
734 Be = ROL32((Ago1^Do1), 28); in KeccakP1600_Permute_Nrounds()
735 Bi = ROL32((Aku1^Du1), 20); in KeccakP1600_Permute_Nrounds()
742 Bo = ROL32((Ama0^Da0), 20); in KeccakP1600_Permute_Nrounds()
743 Bu = ROL32((Ase1^De1), 1); in KeccakP1600_Permute_Nrounds()
744 Ba = ROL32((Abi1^Di1), 31); in KeccakP1600_Permute_Nrounds()
745 Be = ROL32((Ago0^Do0), 27); in KeccakP1600_Permute_Nrounds()
746 Bi = ROL32((Aku0^Du0), 19); in KeccakP1600_Permute_Nrounds()
756 Be = ROL32((Ame1^De0), 22); in KeccakP1600_Permute_Nrounds()
757 Bi = ROL32((Agi1^Di1), 22); in KeccakP1600_Permute_Nrounds()
758 Bo = ROL32((Aso1^Do1), 11); in KeccakP1600_Permute_Nrounds()
759 Bu = ROL32((Aku1^Du0), 7); in KeccakP1600_Permute_Nrounds()
768 Be = ROL32((Ame0^De1), 22); in KeccakP1600_Permute_Nrounds()
769 Bi = ROL32((Agi0^Di0), 21); in KeccakP1600_Permute_Nrounds()
770 Bo = ROL32((Aso0^Do0), 10); in KeccakP1600_Permute_Nrounds()
771 Bu = ROL32((Aku0^Du1), 7); in KeccakP1600_Permute_Nrounds()
779 Bi = ROL32((Asa1^Da1), 2); in KeccakP1600_Permute_Nrounds()
780 Bo = ROL32((Ake1^De1), 23); in KeccakP1600_Permute_Nrounds()
781 Bu = ROL32((Abi1^Di1), 31); in KeccakP1600_Permute_Nrounds()
782 Ba = ROL32((Amo1^Do0), 14); in KeccakP1600_Permute_Nrounds()
783 Be = ROL32((Agu0^Du0), 10); in KeccakP1600_Permute_Nrounds()
790 Bi = ROL32((Asa0^Da0), 1); in KeccakP1600_Permute_Nrounds()
791 Bo = ROL32((Ake0^De0), 22); in KeccakP1600_Permute_Nrounds()
792 Bu = ROL32((Abi0^Di0), 30); in KeccakP1600_Permute_Nrounds()
793 Ba = ROL32((Amo0^Do1), 14); in KeccakP1600_Permute_Nrounds()
794 Be = ROL32((Agu1^Du1), 10); in KeccakP1600_Permute_Nrounds()
801 Bu = ROL32((Ama1^Da0), 9); in KeccakP1600_Permute_Nrounds()
802 Ba = ROL32((Age1^De1), 1); in KeccakP1600_Permute_Nrounds()
803 Be = ROL32((Asi1^Di0), 3); in KeccakP1600_Permute_Nrounds()
804 Bi = ROL32((Ako0^Do1), 13); in KeccakP1600_Permute_Nrounds()
805 Bo = ROL32((Abu1^Du0), 4); in KeccakP1600_Permute_Nrounds()
812 Bu = ROL32((Ama0^Da1), 9); in KeccakP1600_Permute_Nrounds()
814 Be = ROL32((Asi0^Di1), 3); in KeccakP1600_Permute_Nrounds()
815 Bi = ROL32((Ako1^Do0), 12); in KeccakP1600_Permute_Nrounds()
816 Bo = ROL32((Abu0^Du1), 4); in KeccakP1600_Permute_Nrounds()
823 Be = ROL32((Aka1^Da0), 18); in KeccakP1600_Permute_Nrounds()
824 Bi = ROL32((Abe1^De0), 5); in KeccakP1600_Permute_Nrounds()
825 Bo = ROL32((Ami0^Di1), 8); in KeccakP1600_Permute_Nrounds()
826 Bu = ROL32((Ago1^Do0), 28); in KeccakP1600_Permute_Nrounds()
827 Ba = ROL32((Asu1^Du1), 14); in KeccakP1600_Permute_Nrounds()
834 Be = ROL32((Aka0^Da1), 18); in KeccakP1600_Permute_Nrounds()
835 Bi = ROL32((Abe0^De1), 5); in KeccakP1600_Permute_Nrounds()
836 Bo = ROL32((Ami1^Di0), 7); in KeccakP1600_Permute_Nrounds()
837 Bu = ROL32((Ago0^Do1), 28); in KeccakP1600_Permute_Nrounds()
838 Ba = ROL32((Asu0^Du0), 13); in KeccakP1600_Permute_Nrounds()
845 Bo = ROL32((Aga1^Da1), 21); in KeccakP1600_Permute_Nrounds()
846 Bu = ROL32((Ase0^De0), 1); in KeccakP1600_Permute_Nrounds()
847 Ba = ROL32((Aki1^Di0), 31); in KeccakP1600_Permute_Nrounds()
848 Be = ROL32((Abo1^Do1), 28); in KeccakP1600_Permute_Nrounds()
849 Bi = ROL32((Amu1^Du1), 20); in KeccakP1600_Permute_Nrounds()
856 Bo = ROL32((Aga0^Da0), 20); in KeccakP1600_Permute_Nrounds()
857 Bu = ROL32((Ase1^De1), 1); in KeccakP1600_Permute_Nrounds()
858 Ba = ROL32((Aki0^Di1), 31); in KeccakP1600_Permute_Nrounds()
859 Be = ROL32((Abo0^Do0), 27); in KeccakP1600_Permute_Nrounds()
860 Bi = ROL32((Amu0^Du0), 19); in KeccakP1600_Permute_Nrounds()
870 Be = ROL32((Ake1^De0), 22); in KeccakP1600_Permute_Nrounds()
871 Bi = ROL32((Asi0^Di1), 22); in KeccakP1600_Permute_Nrounds()
872 Bo = ROL32((Ago0^Do1), 11); in KeccakP1600_Permute_Nrounds()
873 Bu = ROL32((Amu1^Du0), 7); in KeccakP1600_Permute_Nrounds()
882 Be = ROL32((Ake0^De1), 22); in KeccakP1600_Permute_Nrounds()
883 Bi = ROL32((Asi1^Di0), 21); in KeccakP1600_Permute_Nrounds()
884 Bo = ROL32((Ago1^Do0), 10); in KeccakP1600_Permute_Nrounds()
885 Bu = ROL32((Amu0^Du1), 7); in KeccakP1600_Permute_Nrounds()
893 Bi = ROL32((Ama0^Da1), 2); in KeccakP1600_Permute_Nrounds()
894 Bo = ROL32((Abe0^De1), 23); in KeccakP1600_Permute_Nrounds()
895 Bu = ROL32((Aki0^Di1), 31); in KeccakP1600_Permute_Nrounds()
896 Ba = ROL32((Aso1^Do0), 14); in KeccakP1600_Permute_Nrounds()
897 Be = ROL32((Agu0^Du0), 10); in KeccakP1600_Permute_Nrounds()
904 Bi = ROL32((Ama1^Da0), 1); in KeccakP1600_Permute_Nrounds()
905 Bo = ROL32((Abe1^De0), 22); in KeccakP1600_Permute_Nrounds()
906 Bu = ROL32((Aki1^Di0), 30); in KeccakP1600_Permute_Nrounds()
907 Ba = ROL32((Aso0^Do1), 14); in KeccakP1600_Permute_Nrounds()
908 Be = ROL32((Agu1^Du1), 10); in KeccakP1600_Permute_Nrounds()
915 Bu = ROL32((Aga1^Da0), 9); in KeccakP1600_Permute_Nrounds()
916 Ba = ROL32((Ame0^De1), 1); in KeccakP1600_Permute_Nrounds()
917 Be = ROL32((Abi1^Di0), 3); in KeccakP1600_Permute_Nrounds()
918 Bi = ROL32((Ako1^Do1), 13); in KeccakP1600_Permute_Nrounds()
919 Bo = ROL32((Asu1^Du0), 4); in KeccakP1600_Permute_Nrounds()
926 Bu = ROL32((Aga0^Da1), 9); in KeccakP1600_Permute_Nrounds()
928 Be = ROL32((Abi0^Di1), 3); in KeccakP1600_Permute_Nrounds()
929 Bi = ROL32((Ako0^Do0), 12); in KeccakP1600_Permute_Nrounds()
930 Bo = ROL32((Asu0^Du1), 4); in KeccakP1600_Permute_Nrounds()
937 Be = ROL32((Asa1^Da0), 18); in KeccakP1600_Permute_Nrounds()
938 Bi = ROL32((Age1^De0), 5); in KeccakP1600_Permute_Nrounds()
939 Bo = ROL32((Ami1^Di1), 8); in KeccakP1600_Permute_Nrounds()
940 Bu = ROL32((Abo1^Do0), 28); in KeccakP1600_Permute_Nrounds()
941 Ba = ROL32((Aku0^Du1), 14); in KeccakP1600_Permute_Nrounds()
948 Be = ROL32((Asa0^Da1), 18); in KeccakP1600_Permute_Nrounds()
949 Bi = ROL32((Age0^De1), 5); in KeccakP1600_Permute_Nrounds()
950 Bo = ROL32((Ami0^Di0), 7); in KeccakP1600_Permute_Nrounds()
951 Bu = ROL32((Abo0^Do1), 28); in KeccakP1600_Permute_Nrounds()
952 Ba = ROL32((Aku1^Du0), 13); in KeccakP1600_Permute_Nrounds()
959 Bo = ROL32((Aka0^Da1), 21); in KeccakP1600_Permute_Nrounds()
960 Bu = ROL32((Ase0^De0), 1); in KeccakP1600_Permute_Nrounds()
961 Ba = ROL32((Agi1^Di0), 31); in KeccakP1600_Permute_Nrounds()
962 Be = ROL32((Amo0^Do1), 28); in KeccakP1600_Permute_Nrounds()
963 Bi = ROL32((Abu0^Du1), 20); in KeccakP1600_Permute_Nrounds()
970 Bo = ROL32((Aka1^Da0), 20); in KeccakP1600_Permute_Nrounds()
971 Bu = ROL32((Ase1^De1), 1); in KeccakP1600_Permute_Nrounds()
972 Ba = ROL32((Agi0^Di1), 31); in KeccakP1600_Permute_Nrounds()
973 Be = ROL32((Amo1^Do0), 27); in KeccakP1600_Permute_Nrounds()
974 Bi = ROL32((Abu1^Du0), 19); in KeccakP1600_Permute_Nrounds()
984 Be = ROL32((Abe0^De0), 22); in KeccakP1600_Permute_Nrounds()
985 Bi = ROL32((Abi0^Di1), 22); in KeccakP1600_Permute_Nrounds()
986 Bo = ROL32((Abo0^Do1), 11); in KeccakP1600_Permute_Nrounds()
987 Bu = ROL32((Abu0^Du0), 7); in KeccakP1600_Permute_Nrounds()
996 Be = ROL32((Abe1^De1), 22); in KeccakP1600_Permute_Nrounds()
997 Bi = ROL32((Abi1^Di0), 21); in KeccakP1600_Permute_Nrounds()
998 Bo = ROL32((Abo1^Do0), 10); in KeccakP1600_Permute_Nrounds()
999 Bu = ROL32((Abu1^Du1), 7); in KeccakP1600_Permute_Nrounds()
1007 Bi = ROL32((Aga0^Da1), 2); in KeccakP1600_Permute_Nrounds()
1008 Bo = ROL32((Age0^De1), 23); in KeccakP1600_Permute_Nrounds()
1009 Bu = ROL32((Agi0^Di1), 31); in KeccakP1600_Permute_Nrounds()
1010 Ba = ROL32((Ago0^Do0), 14); in KeccakP1600_Permute_Nrounds()
1011 Be = ROL32((Agu0^Du0), 10); in KeccakP1600_Permute_Nrounds()
1018 Bi = ROL32((Aga1^Da0), 1); in KeccakP1600_Permute_Nrounds()
1019 Bo = ROL32((Age1^De0), 22); in KeccakP1600_Permute_Nrounds()
1020 Bu = ROL32((Agi1^Di0), 30); in KeccakP1600_Permute_Nrounds()
1021 Ba = ROL32((Ago1^Do1), 14); in KeccakP1600_Permute_Nrounds()
1022 Be = ROL32((Agu1^Du1), 10); in KeccakP1600_Permute_Nrounds()
1029 Bu = ROL32((Aka0^Da0), 9); in KeccakP1600_Permute_Nrounds()
1030 Ba = ROL32((Ake0^De1), 1); in KeccakP1600_Permute_Nrounds()
1031 Be = ROL32((Aki0^Di0), 3); in KeccakP1600_Permute_Nrounds()
1032 Bi = ROL32((Ako0^Do1), 13); in KeccakP1600_Permute_Nrounds()
1033 Bo = ROL32((Aku0^Du0), 4); in KeccakP1600_Permute_Nrounds()
1040 Bu = ROL32((Aka1^Da1), 9); in KeccakP1600_Permute_Nrounds()
1042 Be = ROL32((Aki1^Di1), 3); in KeccakP1600_Permute_Nrounds()
1043 Bi = ROL32((Ako1^Do0), 12); in KeccakP1600_Permute_Nrounds()
1044 Bo = ROL32((Aku1^Du1), 4); in KeccakP1600_Permute_Nrounds()
1051 Be = ROL32((Ama0^Da0), 18); in KeccakP1600_Permute_Nrounds()
1052 Bi = ROL32((Ame0^De0), 5); in KeccakP1600_Permute_Nrounds()
1053 Bo = ROL32((Ami0^Di1), 8); in KeccakP1600_Permute_Nrounds()
1054 Bu = ROL32((Amo0^Do0), 28); in KeccakP1600_Permute_Nrounds()
1055 Ba = ROL32((Amu0^Du1), 14); in KeccakP1600_Permute_Nrounds()
1062 Be = ROL32((Ama1^Da1), 18); in KeccakP1600_Permute_Nrounds()
1063 Bi = ROL32((Ame1^De1), 5); in KeccakP1600_Permute_Nrounds()
1064 Bo = ROL32((Ami1^Di0), 7); in KeccakP1600_Permute_Nrounds()
1065 Bu = ROL32((Amo1^Do1), 28); in KeccakP1600_Permute_Nrounds()
1066 Ba = ROL32((Amu1^Du0), 13); in KeccakP1600_Permute_Nrounds()
1073 Bo = ROL32((Asa0^Da1), 21); in KeccakP1600_Permute_Nrounds()
1074 Bu = ROL32((Ase0^De0), 1); in KeccakP1600_Permute_Nrounds()
1075 Ba = ROL32((Asi0^Di0), 31); in KeccakP1600_Permute_Nrounds()
1076 Be = ROL32((Aso0^Do1), 28); in KeccakP1600_Permute_Nrounds()
1077 Bi = ROL32((Asu0^Du1), 20); in KeccakP1600_Permute_Nrounds()
1084 Bo = ROL32((Asa1^Da0), 20); in KeccakP1600_Permute_Nrounds()
1085 Bu = ROL32((Ase1^De1), 1); in KeccakP1600_Permute_Nrounds()
1086 Ba = ROL32((Asi1^Di1), 31); in KeccakP1600_Permute_Nrounds()
1087 Be = ROL32((Aso1^Do0), 27); in KeccakP1600_Permute_Nrounds()
1088 Bi = ROL32((Asu1^Du0), 19); in KeccakP1600_Permute_Nrounds()