Lines Matching defs:round
120 /* The round constant word array, Rcon[i], contains the values given
128 /* This function produces Nb(Nr+1) round keys. The round keys are used
129 in each round to decrypt the states. */
134 /* The first round key is the key itself. */
142 /* All other round keys are found from the previous round keys. */
192 /* This function adds the round key to state. The round key is added
194 static void AddRoundKey(__u8 round, state_t *state, const __u8 *RoundKey) {
198 (*state)[i][j] ^= RoundKey[(round * Nb * 4) + (i * Nb) + j];
292 /* Add the First round key to the state before starting the