Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8712/
H A 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()