Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/crypto/marvell/octeontx2/
Dotx2_cptvf_algs.c1367 static struct skcipher_alg otx2_cpt_skciphers[] = { { variable
1637 for (i = 0; i < ARRAY_SIZE(otx2_cpt_skciphers); i++) in cpt_register_algs()
1638 otx2_cpt_skciphers[i].base.cra_flags &= in cpt_register_algs()
1641 err = crypto_register_skciphers(otx2_cpt_skciphers, in cpt_register_algs()
1642 ARRAY_SIZE(otx2_cpt_skciphers)); in cpt_register_algs()
1653 crypto_unregister_skciphers(otx2_cpt_skciphers, in cpt_register_algs()
1654 ARRAY_SIZE(otx2_cpt_skciphers)); in cpt_register_algs()
1663 crypto_unregister_skciphers(otx2_cpt_skciphers, in cpt_unregister_algs()
1664 ARRAY_SIZE(otx2_cpt_skciphers)); in cpt_unregister_algs()