Searched refs:otx_cpt_skciphers (Results 1 – 1 of 1) sorted by relevance
1302 static struct skcipher_alg otx_cpt_skciphers[] = { { variable1583 for (i = 0; i < ARRAY_SIZE(otx_cpt_skciphers); i++) in is_any_alg_used()1584 if (refcount_read(&otx_cpt_skciphers[i].base.cra_refcnt) != 1) in is_any_alg_used()1597 for (i = 0; i < ARRAY_SIZE(otx_cpt_skciphers); i++) in cpt_register_algs()1598 otx_cpt_skciphers[i].base.cra_flags &= ~CRYPTO_ALG_DEAD; in cpt_register_algs()1600 err = crypto_register_skciphers(otx_cpt_skciphers, in cpt_register_algs()1601 ARRAY_SIZE(otx_cpt_skciphers)); in cpt_register_algs()1611 crypto_unregister_skciphers(otx_cpt_skciphers, in cpt_register_algs()1612 ARRAY_SIZE(otx_cpt_skciphers)); in cpt_register_algs()1621 crypto_unregister_skciphers(otx_cpt_skciphers, in cpt_unregister_algs()[all …]