Searched refs:xor_32 (Results 1 - 4 of 4) sorted by relevance

/drivers/staging/vt6655/
H A Daes_ccmp.c125 static void xor_32(unsigned char *a, unsigned char *b, unsigned char *out) function
145 xor_32(&key[0], sbox_key, &key[0]);
147 xor_32(&key[4], &key[0], &key[4]);
148 xor_32(&key[8], &key[4], &key[8]);
149 xor_32(&key[12], &key[8], &key[12]);
/drivers/staging/rtl8712/
H A Drtl871x_security.c765 static void xor_32(u8 *a, u8 *b, u8 *out) function
792 xor_32(&key[0], sbox_key, &key[0]);
794 xor_32(&key[4], &key[0], &key[4]);
795 xor_32(&key[8], &key[4], &key[8]);
796 xor_32(&key[12], &key[8], &key[12]);
864 xor_32(add1b, andf7, add1bf7);
865 xor_32(in, add1bf7, rotr);
871 xor_32(add1bf7, rotr, temp);
872 xor_32(swap_halfs, rotl, tempb);
873 xor_32(tem
[all...]
/drivers/staging/rtl8188eu/core/
H A Drtw_security.c769 static void xor_32(u8 *a, u8 *b, u8 *out);
789 static void xor_32(u8 *a, u8 *b, u8 *out) function
816 xor_32(&key[0], sbox_key, &key[0]);
819 xor_32(&key[4], &key[0], &key[4]);
820 xor_32(&key[8], &key[4], &key[8]);
821 xor_32(&key[12], &key[8], &key[12]);
892 xor_32(add1b, andf7, add1bf7);
894 xor_32(in, add1bf7, rotr);
902 xor_32(add1bf7, rotr, temp);
903 xor_32(swap_half
[all...]
/drivers/staging/rtl8723au/core/
H A Drtw_security.c847 static void xor_32(u8 *a, u8 *b, u8 *out) function
877 xor_32(&key[0], sbox_key, &key[0]);
880 xor_32(&key[4], &key[0], &key[4]);
881 xor_32(&key[8], &key[4], &key[8]);
882 xor_32(&key[12], &key[8], &key[12]);
965 xor_32(add1b, andf7, add1bf7);
967 xor_32(in, add1bf7, rotr);
975 xor_32(add1bf7, rotr, temp);
976 xor_32(swap_halfs, rotl, tempb);
977 xor_32(tem
[all...]

Completed in 118 milliseconds