Searched refs:round_key (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 865 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()
|
/Linux-v5.10/drivers/staging/rtl8723bs/core/ |
D | rtw_security.c | 1075 u8 round_key[16]; in aes128k128d() local 1078 round_key[i] = key[i]; in aes128k128d() 1082 xor_128(round_key, data, ciphertext); in aes128k128d() 1083 next_key(round_key, round); in aes128k128d() 1087 xor_128(intermediateb, round_key, ciphertext); in aes128k128d() 1095 xor_128(intermediatea, round_key, ciphertext); in aes128k128d() 1096 next_key(round_key, round); in aes128k128d()
|