Home
last modified time | relevance | path

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

/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_algs.c1321 static struct skcipher_alg otx2_cpt_skciphers[] = { { variable
1590 for (i = 0; i < ARRAY_SIZE(otx2_cpt_skciphers); i++) in cpt_register_algs()
1591 otx2_cpt_skciphers[i].base.cra_flags &= ~CRYPTO_ALG_DEAD; in cpt_register_algs()
1593 err = crypto_register_skciphers(otx2_cpt_skciphers, in cpt_register_algs()
1594 ARRAY_SIZE(otx2_cpt_skciphers)); in cpt_register_algs()
1604 crypto_unregister_skciphers(otx2_cpt_skciphers, in cpt_register_algs()
1605 ARRAY_SIZE(otx2_cpt_skciphers)); in cpt_register_algs()
1614 crypto_unregister_skciphers(otx2_cpt_skciphers, in cpt_unregister_algs()
1615 ARRAY_SIZE(otx2_cpt_skciphers)); in cpt_unregister_algs()