Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/crypto/marvell/octeontx2/
Dotx2_cptvf_algs.c1363 static struct skcipher_alg otx2_cpt_skciphers[] = { { variable
1632 for (i = 0; i < ARRAY_SIZE(otx2_cpt_skciphers); i++) in cpt_register_algs()
1633 otx2_cpt_skciphers[i].base.cra_flags &= ~CRYPTO_ALG_DEAD; in cpt_register_algs()
1635 err = crypto_register_skciphers(otx2_cpt_skciphers, in cpt_register_algs()
1636 ARRAY_SIZE(otx2_cpt_skciphers)); in cpt_register_algs()
1646 crypto_unregister_skciphers(otx2_cpt_skciphers, in cpt_register_algs()
1647 ARRAY_SIZE(otx2_cpt_skciphers)); in cpt_register_algs()
1656 crypto_unregister_skciphers(otx2_cpt_skciphers, in cpt_unregister_algs()
1657 ARRAY_SIZE(otx2_cpt_skciphers)); in cpt_unregister_algs()