Searched refs:words_key (Results 1 – 1 of 1) sorted by relevance
138 int rounds, words_key, words_RoundKey; in KeyExpansion() local144 words_key = key_len / 4; in KeyExpansion()149 for (i = 0; i < words_key; i++) in KeyExpansion()164 } else if (words_key > 6 && j == 4) { in KeyExpansion()167 RoundKey[i] = RoundKey[i - words_key] ^ tempa; in KeyExpansion()169 if (j == words_key) { in KeyExpansion()