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

/linux-master/crypto/
H A Dsm4.c99 static inline u32 sm4_enc_sub(u32 x) function
106 return x0 ^ sm4_enc_sub(x1 ^ x2 ^ x3 ^ rk);

Completed in 171 milliseconds