Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8712/
Drtl871x_security.c880 u8 round_key[16]; in aes128k128d() local
883 round_key[i] = key[i]; in aes128k128d()
886 xor_128(round_key, data, ciphertext); in aes128k128d()
887 next_key(round_key, round); in aes128k128d()
891 xor_128(intermediateb, round_key, ciphertext); in aes128k128d()
899 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
900 next_key(round_key, round); in aes128k128d()
/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_security.c976 u8 round_key[16]; in aes128k128d() local
979 round_key[i] = key[i]; in aes128k128d()
983 xor_128(round_key, data, ciphertext); in aes128k128d()
984 next_key(round_key, round); in aes128k128d()
988 xor_128(intermediateb, round_key, ciphertext); in aes128k128d()
996 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
997 next_key(round_key, round); in aes128k128d()
/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_security.c913 u8 round_key[16]; in aes128k128d() local
915 round_key[i] = key[i]; in aes128k128d()
918 xor_128(round_key, data, ciphertext); in aes128k128d()
919 next_key(round_key, round); in aes128k128d()
923 xor_128(intermediateb, round_key, ciphertext); in aes128k128d()
931 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
932 next_key(round_key, round); in aes128k128d()