Home
last modified time | relevance | path

Searched refs:sm4_enc_sub (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/crypto/
H A Dsm4_generic.c96 static u32 sm4_enc_sub(u32 x) in sm4_enc_sub() function
103 return x[0] ^ sm4_enc_sub(x[1] ^ x[2] ^ x[3] ^ rk); in sm4_round()
/kernel/linux/linux-6.6/crypto/
H A Dsm4.c99 static inline u32 sm4_enc_sub(u32 x) in sm4_enc_sub() function
106 return x0 ^ sm4_enc_sub(x1 ^ x2 ^ x3 ^ rk); in sm4_round()

Completed in 2 milliseconds