Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/crypto/
H A Dsm4_generic.c146 * crypto_sm4_set_key - Set the SM4 key.
157 int crypto_sm4_set_key(struct crypto_tfm *tfm, const u8 *in_key, in crypto_sm4_set_key() function
164 EXPORT_SYMBOL_GPL(crypto_sm4_set_key); variable
217 .cia_setkey = crypto_sm4_set_key,
/kernel/linux/linux-5.10/include/crypto/
H A Dsm4.h23 int crypto_sm4_set_key(struct crypto_tfm *tfm, const u8 *in_key,
/kernel/linux/linux-5.10/arch/arm64/crypto/
H A Dsm4-ce-glue.c57 .cia_setkey = crypto_sm4_set_key,

Completed in 2 milliseconds