Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_security.c770 static u8 sbox(u8 a);
796 static u8 sbox(u8 a) in sbox() function
809 sbox_key[0] = sbox(key[13]); in next_key()
810 sbox_key[1] = sbox(key[14]); in next_key()
811 sbox_key[2] = sbox(key[15]); in next_key()
812 sbox_key[3] = sbox(key[12]); in next_key()
828 out[i] = sbox(in[i]); in byte_sub()
/linux-4.4.14/drivers/staging/rtl8712/
Drtl871x_security.c776 static u8 sbox(u8 a) in sbox() function
790 sbox_key[0] = sbox(key[13]); in next_key()
791 sbox_key[1] = sbox(key[14]); in next_key()
792 sbox_key[2] = sbox(key[15]); in next_key()
793 sbox_key[3] = sbox(key[12]); in next_key()
807 out[i] = sbox(in[i]); in byte_sub()
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_security.c850 static u8 sbox(u8 a) in sbox() function
864 sbox_key[0] = sbox(key[13]); in next_key()
865 sbox_key[1] = sbox(key[14]); in next_key()
866 sbox_key[2] = sbox(key[15]); in next_key()
867 sbox_key[3] = sbox(key[12]); in next_key()
885 out[i] = sbox(in[i]); in byte_sub()
/linux-4.4.14/arch/arm64/crypto/
Daes-neon.S25 .macro prepare, sbox, shiftrows, temp
26 adr \temp, \sbox
/linux-4.4.14/Documentation/crypto/
Ddescore-readme.txt224 des_keymap, i.e., now the sbox # is the high part of the index and
276 as an index into an sbox mapping table. the next two x'd bits are set
310 a specific sbox during a specific iteration.