Searched refs:tempa (Results 1 – 1 of 1) sorted by relevance
156 uint32_t tempa; in KeyExpansion() local158 tempa = RoundKey[i - 1]; in KeyExpansion()161 tempa = (tempa << 8) | (tempa >> 24); in KeyExpansion()162 tempa = Subword(tempa); in KeyExpansion()163 tempa ^= (uint32_t)Rcon[k] << 24; in KeyExpansion()165 tempa = Subword(tempa); in KeyExpansion()167 RoundKey[i] = RoundKey[i - words_key] ^ tempa; in KeyExpansion()