Searched refs:sbox (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/crypto/ |
| D | sm4_generic.c | 23 static const u8 sbox[256] = { variable 75 b[i] = sbox[b[i]]; in sm4_t_non_lin_sub()
|
| /Linux-v5.4/drivers/staging/rtl8188eu/core/ |
| D | rtw_security.c | 783 static u8 sbox(u8 a); 811 static u8 sbox(u8 a) in sbox() function 825 sbox_key[0] = sbox(key[13]); in next_key() 826 sbox_key[1] = sbox(key[14]); in next_key() 827 sbox_key[2] = sbox(key[15]); in next_key() 828 sbox_key[3] = sbox(key[12]); in next_key() 844 out[i] = sbox(in[i]); in byte_sub()
|
| /Linux-v5.4/drivers/staging/rtl8712/ |
| D | rtl871x_security.c | 756 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()
|
| /Linux-v5.4/drivers/staging/rtl8723bs/core/ |
| D | rtw_security.c | 949 static u8 sbox(u8 a); 982 static u8 sbox(u8 a) in sbox() function 997 sbox_key[0] = sbox(key[13]); in next_key() 998 sbox_key[1] = sbox(key[14]); in next_key() 999 sbox_key[2] = sbox(key[15]); in next_key() 1000 sbox_key[3] = sbox(key[12]); in next_key() 1018 out[i] = sbox(in[i]); in byte_sub()
|
| /Linux-v5.4/arch/arm64/crypto/ |
| D | aes-neon.S | 44 .macro prepare, sbox, shiftrows, temp 48 adr_l \temp, \sbox
|
| D | aes-neonbs-core.S | 189 .macro sbox, b0, b1, b2, b3, b4, b5, b6, b7, \ 461 sbox v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, \
|
| /Linux-v5.4/Documentation/crypto/ |
| D | descore-readme.txt | 224 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.
|
| /Linux-v5.4/arch/arm/crypto/ |
| D | aes-neonbs-core.S | 249 .macro sbox, b0, b1, b2, b3, b4, b5, b6, b7, \ 524 sbox q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, q10, q11, q12, \
|