Home
last modified time | relevance | path

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

/drivers/staging/r8188eu/core/
Drtw_security.c708 static u8 sbox(u8 a);
738 static u8 sbox(u8 a) in sbox() function
752 sbox_key[0] = sbox(key[13]); in next_key()
753 sbox_key[1] = sbox(key[14]); in next_key()
754 sbox_key[2] = sbox(key[15]); in next_key()
755 sbox_key[3] = sbox(key[12]); in next_key()
773 out[i] = sbox(in[i]); in byte_sub()
/drivers/staging/rtl8712/
Drtl871x_security.c756 static u8 sbox(u8 a) in sbox() function
770 sbox_key[0] = sbox(key[13]); in next_key()
771 sbox_key[1] = sbox(key[14]); in next_key()
772 sbox_key[2] = sbox(key[15]); in next_key()
773 sbox_key[3] = sbox(key[12]); in next_key()
787 out[i] = sbox(in[i]); in byte_sub()