Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_algs.c1364 static struct skcipher_alg otx2_cpt_skciphers[] = { { variable
1633 for (i = 0; i < ARRAY_SIZE(otx2_cpt_skciphers); i++) in cpt_register_algs()
1634 otx2_cpt_skciphers[i].base.cra_flags &= ~CRYPTO_ALG_DEAD; in cpt_register_algs()
1636 err = crypto_register_skciphers(otx2_cpt_skciphers, in cpt_register_algs()
1637 ARRAY_SIZE(otx2_cpt_skciphers)); in cpt_register_algs()
1647 crypto_unregister_skciphers(otx2_cpt_skciphers, in cpt_register_algs()
1648 ARRAY_SIZE(otx2_cpt_skciphers)); in cpt_register_algs()
1657 crypto_unregister_skciphers(otx2_cpt_skciphers, in cpt_unregister_algs()
1658 ARRAY_SIZE(otx2_cpt_skciphers)); in cpt_unregister_algs()

Completed in 3 milliseconds