Searched refs:xor_128 (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/staging/r8188eu/core/ |
| A D | rtw_security.c | 640 static void xor_128(u8 *a, u8 *b, u8 *out); 654 static void xor_128(u8 *a, u8 *b, u8 *out) in xor_128() function 803 xor_128(round_key, data, ciphertext); in aes128k128d() 808 xor_128(intermediateb, round_key, ciphertext); in aes128k128d() 816 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
|
| /linux/drivers/staging/rtl8712/ |
| A D | rtl871x_security.c | 740 static void xor_128(u8 *a, u8 *b, u8 *out) in xor_128() function 871 xor_128(round_key, data, ciphertext); in aes128k128d() 876 xor_128(intermediateb, round_key, ciphertext); in aes128k128d() 884 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
|
Completed in 9 milliseconds