Searched refs:xor_32 (Results 1 – 2 of 2) sorted by relevance
/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 748 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()
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_security.c | 916 static void xor_32(u8 *a, u8 *b, u8 *out); 940 static void xor_32(u8 *a, u8 *b, u8 *out) in xor_32() function 972 xor_32(&key[0], sbox_key, &key[0]); in next_key() 975 xor_32(&key[4], &key[0], &key[4]); in next_key() 976 xor_32(&key[8], &key[4], &key[8]); in next_key() 977 xor_32(&key[12], &key[8], &key[12]); in next_key() 1054 xor_32(add1b, andf7, add1bf7); in mix_column() 1056 xor_32(in, add1bf7, rotr); in mix_column() 1064 xor_32(add1bf7, rotr, temp); in mix_column() 1065 xor_32(swap_halfs, rotl, tempb); in mix_column() [all …]
|