Searched refs:xor_32 (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
D | rtw_security.c | 769 static void xor_32(u8 *a, u8 *b, u8 *out); 789 static void xor_32(u8 *a, u8 *b, u8 *out) in xor_32() function 816 xor_32(&key[0], sbox_key, &key[0]); in next_key() 819 xor_32(&key[4], &key[0], &key[4]); in next_key() 820 xor_32(&key[8], &key[4], &key[8]); in next_key() 821 xor_32(&key[12], &key[8], &key[12]); in next_key() 892 xor_32(add1b, andf7, add1bf7); in mix_column() 894 xor_32(in, add1bf7, rotr); in mix_column() 902 xor_32(add1bf7, rotr, temp); in mix_column() 903 xor_32(swap_halves, rotl, tempb); in mix_column() [all …]
|
/linux-4.1.27/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 763 static void xor_32(u8 *a, u8 *b, u8 *out) in xor_32() function 790 xor_32(&key[0], sbox_key, &key[0]); in next_key() 792 xor_32(&key[4], &key[0], &key[4]); in next_key() 793 xor_32(&key[8], &key[4], &key[8]); in next_key() 794 xor_32(&key[12], &key[8], &key[12]); in next_key() 862 xor_32(add1b, andf7, add1bf7); in mix_column() 863 xor_32(in, add1bf7, rotr); in mix_column() 869 xor_32(add1bf7, rotr, temp); in mix_column() 870 xor_32(swap_halfs, rotl, tempb); in mix_column() 871 xor_32(temp, tempb, out); in mix_column()
|
/linux-4.1.27/drivers/staging/rtl8723au/core/ |
D | rtw_security.c | 844 static void xor_32(u8 *a, u8 *b, u8 *out) in xor_32() function 873 xor_32(&key[0], sbox_key, &key[0]); in next_key() 876 xor_32(&key[4], &key[0], &key[4]); in next_key() 877 xor_32(&key[8], &key[4], &key[8]); in next_key() 878 xor_32(&key[12], &key[8], &key[12]); in next_key() 954 xor_32(add1b, andf7, add1bf7); in mix_column() 956 xor_32(in, add1bf7, rotr); in mix_column() 964 xor_32(add1bf7, rotr, temp); in mix_column() 965 xor_32(swap_halfs, rotl, tempb); in mix_column() 966 xor_32(temp, tempb, out); in mix_column()
|