Home
last modified time | relevance | path

Searched refs:w_last_ix (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/arch/cris/arch-v32/drivers/
Dcryptocop.c1757 u8 w_last_ix; in get_aes_decrypt_key() local
1785 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()