Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dsm4_generic.c116 int crypto_sm4_expand_key(struct crypto_sm4_ctx *ctx, const u8 *in_key, in crypto_sm4_expand_key() function
143 EXPORT_SYMBOL_GPL(crypto_sm4_expand_key);
163 ret = crypto_sm4_expand_key(ctx, in_key, key_len); in crypto_sm4_set_key()
/Linux-v4.19/include/crypto/
Dsm4.h25 int crypto_sm4_expand_key(struct crypto_sm4_ctx *ctx, const u8 *in_key,