Searched refs:xor_128 (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
D | rtw_security.c | 768 static void xor_128(u8 *a, u8 *b, u8 *out); 782 static void xor_128(u8 *a, u8 *b, u8 *out) in xor_128() function 918 xor_128(round_key, data, ciphertext); in aes128k128d() 923 xor_128(intermediateb, round_key, ciphertext); in aes128k128d() 931 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
|
/linux-4.1.27/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 755 static void xor_128(u8 *a, u8 *b, u8 *out) in xor_128() function 886 xor_128(round_key, data, ciphertext); in aes128k128d() 891 xor_128(intermediateb, round_key, ciphertext); in aes128k128d() 899 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
|
/linux-4.1.27/drivers/staging/rtl8723au/core/ |
D | rtw_security.c | 836 static void xor_128(u8 *a, u8 *b, u8 *out) in xor_128() function 983 xor_128(round_key, data, ciphertext); in aes128k128d() 988 xor_128(intermediateb, round_key, ciphertext); in aes128k128d() 996 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
|