Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c1303 static struct skcipher_alg otx_cpt_skciphers[] = { { variable
1584 for (i = 0; i < ARRAY_SIZE(otx_cpt_skciphers); i++) in is_any_alg_used()
1585 if (refcount_read(&otx_cpt_skciphers[i].base.cra_refcnt) != 1) in is_any_alg_used()
1598 for (i = 0; i < ARRAY_SIZE(otx_cpt_skciphers); i++) in cpt_register_algs()
1599 otx_cpt_skciphers[i].base.cra_flags &= ~CRYPTO_ALG_DEAD; in cpt_register_algs()
1601 err = crypto_register_skciphers(otx_cpt_skciphers, in cpt_register_algs()
1602 ARRAY_SIZE(otx_cpt_skciphers)); in cpt_register_algs()
1612 crypto_unregister_skciphers(otx_cpt_skciphers, in cpt_register_algs()
1613 ARRAY_SIZE(otx_cpt_skciphers)); in cpt_register_algs()
1622 crypto_unregister_skciphers(otx_cpt_skciphers, in cpt_unregister_algs()
[all …]