Home
last modified time | relevance | path

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

/openbmc/linux/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()