Searched refs:xor_32 (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8188eu/core/ |
D | rtw_security.c | 783 static void xor_32(u8 *a, u8 *b, u8 *out); 804 static void xor_32(u8 *a, u8 *b, u8 *out) in xor_32() function 833 xor_32(&key[0], sbox_key, &key[0]); in next_key() 836 xor_32(&key[4], &key[0], &key[4]); in next_key() 837 xor_32(&key[8], &key[4], &key[8]); in next_key() 838 xor_32(&key[12], &key[8], &key[12]); in next_key() 910 xor_32(add1b, andf7, add1bf7); in mix_column() 912 xor_32(in, add1bf7, rotr); in mix_column() 920 xor_32(add1bf7, rotr, temp); in mix_column() 921 xor_32(swap_halves, rotl, tempb); in mix_column() [all …]
|
/Linux-v4.19/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 768 static void xor_32(u8 *a, u8 *b, u8 *out) in xor_32() function 795 xor_32(&key[0], sbox_key, &key[0]); in next_key() 797 xor_32(&key[4], &key[0], &key[4]); in next_key() 798 xor_32(&key[8], &key[4], &key[8]); in next_key() 799 xor_32(&key[12], &key[8], &key[12]); in next_key() 867 xor_32(add1b, andf7, add1bf7); in mix_column() 868 xor_32(in, add1bf7, rotr); in mix_column() 874 xor_32(add1bf7, rotr, temp); in mix_column() 875 xor_32(swap_halves, rotl, tempb); in mix_column() 876 xor_32(temp, tempb, out); in mix_column()
|
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_security.c | 948 static void xor_32(u8 *a, u8 *b, u8 *out); 972 static void xor_32(u8 *a, u8 *b, u8 *out) in xor_32() function 1004 xor_32(&key[0], sbox_key, &key[0]); in next_key() 1007 xor_32(&key[4], &key[0], &key[4]); in next_key() 1008 xor_32(&key[8], &key[4], &key[8]); in next_key() 1009 xor_32(&key[12], &key[8], &key[12]); in next_key() 1086 xor_32(add1b, andf7, add1bf7); in mix_column() 1088 xor_32(in, add1bf7, rotr); in mix_column() 1096 xor_32(add1bf7, rotr, temp); in mix_column() 1097 xor_32(swap_halfs, rotl, tempb); in mix_column() [all …]
|