Home
last modified time | relevance | path

Searched defs:rk (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/crypto/
Dsm4_generic.c101 static u32 sm4_round(const u32 *x, const u32 rk) in sm4_round()
119 u32 rk[4], t; in crypto_sm4_expand_key() local
172 static void sm4_do_crypt(const u32 *rk, u32 *out, const u32 *in) in sm4_do_crypt()