Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dsm4_generic.c23 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/
Drtw_security.c784 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/
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-v4.19/drivers/staging/rtl8723bs/core/
Drtw_security.c949 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/
Daes-neon.S34 .macro prepare, sbox, shiftrows, temp
38 adr_l \temp, \sbox
Daes-neonbs-core.S192 .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/
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.
/Linux-v4.19/arch/arm/crypto/
Daes-neonbs-core.S252 .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, \