Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_security.c707 static void xor_32(u8 *a, u8 *b, u8 *out);
729 static void xor_32(u8 *a, u8 *b, u8 *out) in xor_32() function
759 xor_32(&key[0], sbox_key, &key[0]); in next_key()
762 xor_32(&key[4], &key[0], &key[4]); in next_key()
763 xor_32(&key[8], &key[4], &key[8]); in next_key()
764 xor_32(&key[12], &key[8], &key[12]); in next_key()
841 xor_32(add1b, andf7, add1bf7); in mix_column()
843 xor_32(in, add1bf7, rotr); in mix_column()
851 xor_32(add1bf7, rotr, temp); in mix_column()
852 xor_32(swap_halfs, rotl, tempb); in mix_column()
[all …]
/Linux-v5.15/drivers/staging/rtl8712/
Drtl871x_security.c748 static void xor_32(u8 *a, u8 *b, u8 *out) in xor_32() function
775 xor_32(&key[0], sbox_key, &key[0]); in next_key()
777 xor_32(&key[4], &key[0], &key[4]); in next_key()
778 xor_32(&key[8], &key[4], &key[8]); in next_key()
779 xor_32(&key[12], &key[8], &key[12]); in next_key()
847 xor_32(add1b, andf7, add1bf7); in mix_column()
848 xor_32(in, add1bf7, rotr); in mix_column()
854 xor_32(add1bf7, rotr, temp); in mix_column()
855 xor_32(swap_halves, rotl, tempb); in mix_column()
856 xor_32(temp, tempb, out); in mix_column()