• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/mips/cavium/cryptocteon/

Lines Matching defs:next

100 #define CVM_LOAD_SHA_UNIT(dat, next)  { \
101 if (next == 0) { \
102 next = 1; \
104 } else if (next == 1) { \
105 next = 2; \
107 } else if (next == 2) { \
108 next = 3; \
110 } else if (next == 3) { \
111 next = 4; \
113 } else if (next == 4) { \
114 next = 5; \
116 } else if (next == 5) { \
117 next = 6; \
119 } else if (next == 6) { \
120 next = 7; \
124 next = 0; \
128 #define CVM_LOAD2_SHA_UNIT(dat1, dat2, next) { \
129 if (next == 0) { \
132 next = 2; \
133 } else if (next == 1) { \
136 next = 3; \
137 } else if (next == 2) { \
140 next = 4; \
141 } else if (next == 3) { \
144 next = 5; \
145 } else if (next == 4) { \
148 next = 6; \
149 } else if (next == 5) { \
152 next = 7; \
153 } else if (next == 6) { \
156 next = 0; \
160 next = 1; \
166 #define CVM_LOAD_MD5_UNIT(dat, next) { \
167 if (next == 0) { \
168 next = 1; \
170 } else if (next == 1) { \
171 next = 2; \
173 } else if (next == 2) { \
174 next = 3; \
176 } else if (next == 3) { \
177 next = 4; \
179 } else if (next == 4) { \
180 next = 5; \
182 } else if (next == 5) { \
183 next = 6; \
185 } else if (next == 6) { \
186 next = 7; \
190 next = 0; \
194 #define CVM_LOAD2_MD5_UNIT(dat1, dat2, next) { \
195 if (next == 0) { \
198 next = 2; \
199 } else if (next == 1) { \
202 next = 3; \
203 } else if (next == 2) { \
206 next = 4; \
207 } else if (next == 3) { \
210 next = 5; \
211 } else if (next == 4) { \
214 next = 6; \
215 } else if (next == 5) { \
218 next = 7; \
219 } else if (next == 6) { \
222 next = 0; \
226 next = 1; \
470 int next = 0;
499 CVM_LOAD_SHA_UNIT(*data, next);
515 CVM_LOAD_MD5_UNIT(tmp, next);
517 CVM_LOAD_MD5_UNIT(0x8000000000000000ULL, next);
520 CVM_LOAD_SHA_UNIT(0x8000000000000000ULL, next);
524 while (next != 7) {
525 CVM_LOAD_SHA_UNIT(((uint64_t) 0x0ULL), next);
527 CVM_LOAD_SHA_UNIT((uint64_t) ((alen + 64) << 3), next);
571 int next = 0;
661 CVM_LOAD_SHA_UNIT(*pdata, next);
662 CVM_LOAD_SHA_UNIT(*data, next);
687 CVM_LOAD_SHA_UNIT(tmp, next);
689 CVM_LOAD_SHA_UNIT(0x8000000000000000ULL, next);
692 CVM_LOAD_SHA_UNIT(0x8000000000000000ULL, next);
696 while (next != 7) {
697 CVM_LOAD_SHA_UNIT(((uint64_t) 0x0ULL), next);
699 CVM_LOAD_SHA_UNIT((uint64_t) ((alen + 64) << 3), next);
733 CVM_LOAD_MD5_UNIT(tmp, next);
735 CVM_LOAD_MD5_UNIT(0x8000000000000000ULL, next);
738 CVM_LOAD_MD5_UNIT(0x8000000000000000ULL, next);
762 int next = 0;
841 CVM_LOAD_SHA_UNIT(*pdata, next);
842 CVM_LOAD_SHA_UNIT(*data, next);
878 CVM_LOAD_SHA_UNIT(tmp, next);
880 CVM_LOAD_SHA_UNIT(0x8000000000000000ULL, next);
883 CVM_LOAD_SHA_UNIT(0x8000000000000000ULL, next);
887 while (next != 7) {
888 CVM_LOAD_SHA_UNIT(((uint64_t) 0x0ULL), next);
890 CVM_LOAD_SHA_UNIT((uint64_t) ((alen + 64) << 3), next);
924 CVM_LOAD_MD5_UNIT(tmp, next);
926 CVM_LOAD_MD5_UNIT(0x8000000000000000ULL, next);
929 CVM_LOAD_MD5_UNIT(0x8000000000000000ULL, next);