Home
last modified time | relevance | path

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

/Linux-v5.10/crypto/
Dsm4_generic.c23 static const u8 sbox[256] = { variable
75 b[i] = sbox[b[i]]; in sm4_t_non_lin_sub()
/Linux-v5.10/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()
/Linux-v5.10/drivers/staging/rtl8723bs/core/
Drtw_security.c917 static u8 sbox(u8 a);
950 static u8 sbox(u8 a) in sbox() function
965 sbox_key[0] = sbox(key[13]); in next_key()
966 sbox_key[1] = sbox(key[14]); in next_key()
967 sbox_key[2] = sbox(key[15]); in next_key()
968 sbox_key[3] = sbox(key[12]); in next_key()
986 out[i] = sbox(in[i]); in byte_sub()
/Linux-v5.10/arch/arm64/crypto/
Daes-neon.S44 .macro prepare, sbox, shiftrows, temp
48 adr_l \temp, \sbox
Daes-neonbs-core.S189 .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.10/Documentation/crypto/
Ddescore-readme.rst264 des_keymap, i.e., now the sbox # is the high part of the index and
327 as an index into an sbox mapping table. the next two x'd bits are set
362 a specific sbox during a specific iteration.
/Linux-v5.10/arch/arm/crypto/
Daes-neonbs-core.S244 .macro sbox, b0, b1, b2, b3, b4, b5, b6, b7, \
519 sbox q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, q10, q11, q12, \