Searched refs:sbox (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/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-v4.19/drivers/staging/rtl8188eu/core/ |
D | rtw_security.c | 784 static u8 sbox(u8 a); 812 static u8 sbox(u8 a) in sbox() function 826 sbox_key[0] = sbox(key[13]); in next_key() 827 sbox_key[1] = sbox(key[14]); in next_key() 828 sbox_key[2] = sbox(key[15]); in next_key() 829 sbox_key[3] = sbox(key[12]); in next_key() 845 out[i] = sbox(in[i]); in byte_sub()
|
/Linux-v4.19/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 776 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-v4.19/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-v4.19/arch/arm64/crypto/ |
D | aes-neon.S | 34 .macro prepare, sbox, shiftrows, temp 38 adr_l \temp, \sbox
|
D | aes-neonbs-core.S | 192 .macro sbox, b0, b1, b2, b3, b4, b5, b6, b7, \ 464 sbox v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, \
|
/Linux-v4.19/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-v4.19/arch/arm/crypto/ |
D | aes-neonbs-core.S | 252 .macro sbox, b0, b1, b2, b3, b4, b5, b6, b7, \ 527 sbox q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, q10, q11, q12, \
|