Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/crypto/
H A 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);
162 return crypto_sm4_expand_key(ctx, in_key, key_len); in crypto_sm4_set_key()
/OK3568_Linux_fs/kernel/include/crypto/
H A Dsm4.h25 int crypto_sm4_expand_key(struct crypto_sm4_ctx *ctx, const u8 *in_key,