Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/r8188eu/core/
Drtw_security.c639 static void xor_128(u8 *a, u8 *b, u8 *out);
653 static void xor_128(u8 *a, u8 *b, u8 *out) in xor_128() function
802 xor_128(round_key, data, ciphertext); in aes128k128d()
807 xor_128(intermediateb, round_key, ciphertext); in aes128k128d()
815 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
/linux-6.1.9/drivers/staging/rtl8712/
Drtl871x_security.c739 static void xor_128(u8 *a, u8 *b, u8 *out) in xor_128() function
870 xor_128(round_key, data, ciphertext); in aes128k128d()
875 xor_128(intermediateb, round_key, ciphertext); in aes128k128d()
883 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()