Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/crypto/hisilicon/sec2/
Dsec_crypto.c1504 static struct skcipher_alg sec_skciphers[] = { variable
1645 ret = crypto_register_skciphers(sec_skciphers, in sec_register_to_crypto()
1646 ARRAY_SIZE(sec_skciphers)); in sec_register_to_crypto()
1652 crypto_unregister_skciphers(sec_skciphers, in sec_register_to_crypto()
1653 ARRAY_SIZE(sec_skciphers)); in sec_register_to_crypto()
1659 crypto_unregister_skciphers(sec_skciphers, in sec_unregister_from_crypto()
1660 ARRAY_SIZE(sec_skciphers)); in sec_unregister_from_crypto()