Searched refs:w_last_ix (Results 1 – 1 of 1) sorted by relevance
1757 u8 w_last_ix; in get_aes_decrypt_key() local1785 w_last_ix = i - 1; in get_aes_decrypt_key()1787 temp = w_ring[w_last_ix]; in get_aes_decrypt_key()1796 w_last_ix = (w_last_ix + 1) % nk; /* This is the same as (i-Nk) mod Nk */ in get_aes_decrypt_key()1797 temp ^= w_ring[w_last_ix]; in get_aes_decrypt_key()1798 w_ring[w_last_ix] = temp; in get_aes_decrypt_key()