Lines Matching defs:round
180 * key schedule plus a 16 bytes key which is used before the first round).
183 * for the initial combination, the second slot for the first round and so on.
227 * This involves reversing the order of the round keys, and applying
263 int round;
281 for (round = 0;; round += 2, rkp += 8) {
287 if (round == rounds - 2)
314 int round;
332 for (round = 0;; round += 2, rkp += 8) {
338 if (round == rounds - 2)