Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/crypto/hisilicon/sec2/
Dsec_crypto.c2159 static struct skcipher_alg sec_skciphers_v3[] = { variable
2410 ret = crypto_register_skciphers(sec_skciphers_v3, in sec_register_to_crypto()
2411 ARRAY_SIZE(sec_skciphers_v3)); in sec_register_to_crypto()
2430 crypto_unregister_skciphers(sec_skciphers_v3, in sec_register_to_crypto()
2431 ARRAY_SIZE(sec_skciphers_v3)); in sec_register_to_crypto()
2446 crypto_unregister_skciphers(sec_skciphers_v3, in sec_unregister_from_crypto()
2447 ARRAY_SIZE(sec_skciphers_v3)); in sec_unregister_from_crypto()