Lines Matching refs:Nr
61 #define Nr 10 /* The number of rounds in AES Cipher. */
128 /* This function produces Nb(Nr+1) round keys. The round keys are used
143 for (i = Nk; i < Nb * (Nr + 1); ++i) {
294 AddRoundKey(Nr, state, RoundKey);
296 /* There will be Nr rounds. The first Nr-1 rounds are identical.
297 These Nr rounds are executed in the loop below. Last one without
301 AddRoundKey(Nr - 1, state, RoundKey);
306 AddRoundKey(Nr - 2, state, RoundKey);
311 AddRoundKey(Nr - 3, state, RoundKey);
316 AddRoundKey(Nr - 4, state, RoundKey);
321 AddRoundKey(Nr - 5, state, RoundKey);
326 AddRoundKey(Nr - 6, state, RoundKey);
331 AddRoundKey(Nr - 7, state, RoundKey);
336 AddRoundKey(Nr - 8, state, RoundKey);
341 AddRoundKey(Nr - 9, state, RoundKey);
346 AddRoundKey(Nr - 10, state, RoundKey);