Home
last modified time | relevance | path

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

/linux/drivers/staging/r8188eu/core/
A Drtw_security.c797 u8 round_key[16]; in aes128k128d() local
800 round_key[i] = key[i]; in aes128k128d()
803 xor_128(round_key, data, ciphertext); in aes128k128d()
804 next_key(round_key, round); in aes128k128d()
808 xor_128(intermediateb, round_key, ciphertext); in aes128k128d()
816 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
817 next_key(round_key, round); in aes128k128d()
/linux/drivers/staging/rtl8712/
A Drtl871x_security.c865 u8 round_key[16]; in aes128k128d() local
868 round_key[i] = key[i]; in aes128k128d()
871 xor_128(round_key, data, ciphertext); in aes128k128d()
872 next_key(round_key, round); in aes128k128d()
876 xor_128(intermediateb, round_key, ciphertext); in aes128k128d()
884 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
885 next_key(round_key, round); in aes128k128d()

Completed in 11 milliseconds