Searched refs:otx_cpt_skciphers (Results 1 – 1 of 1) sorted by relevance
1301 static struct skcipher_alg otx_cpt_skciphers[] = { { variable1582 for (i = 0; i < ARRAY_SIZE(otx_cpt_skciphers); i++) in is_any_alg_used()1583 if (refcount_read(&otx_cpt_skciphers[i].base.cra_refcnt) != 1) in is_any_alg_used()1596 for (i = 0; i < ARRAY_SIZE(otx_cpt_skciphers); i++) in cpt_register_algs()1597 otx_cpt_skciphers[i].base.cra_flags &= ~CRYPTO_ALG_DEAD; in cpt_register_algs()1599 err = crypto_register_skciphers(otx_cpt_skciphers, in cpt_register_algs()1600 ARRAY_SIZE(otx_cpt_skciphers)); in cpt_register_algs()1610 crypto_unregister_skciphers(otx_cpt_skciphers, in cpt_register_algs()1611 ARRAY_SIZE(otx_cpt_skciphers)); in cpt_register_algs()1620 crypto_unregister_skciphers(otx_cpt_skciphers, in cpt_unregister_algs()[all …]