Home
last modified time | relevance | path

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

/linux-4.4.14/arch/cris/arch-v32/drivers/
Dcryptocop.c1756 u32 w_ring[8]; /* nk is max 8, use elements 0..(nk - 1) as a ringbuffer */ in get_aes_decrypt_key() local
1781 w_ring[i] = be32_to_cpu(*(u32*)&key[4*i]); in get_aes_decrypt_key()
1787 temp = w_ring[w_last_ix]; 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()