Searched refs:otx_cpt_skciphers (Results 1 – 1 of 1) sorted by relevance
1222 static struct skcipher_alg otx_cpt_skciphers[] = { { variable1486 for (i = 0; i < ARRAY_SIZE(otx_cpt_skciphers); i++) in is_any_alg_used()1487 if (refcount_read(&otx_cpt_skciphers[i].base.cra_refcnt) != 1) in is_any_alg_used()1500 for (i = 0; i < ARRAY_SIZE(otx_cpt_skciphers); i++) in cpt_register_algs()1501 otx_cpt_skciphers[i].base.cra_flags &= ~CRYPTO_ALG_DEAD; in cpt_register_algs()1503 err = crypto_register_skciphers(otx_cpt_skciphers, in cpt_register_algs()1504 ARRAY_SIZE(otx_cpt_skciphers)); in cpt_register_algs()1514 crypto_unregister_skciphers(otx_cpt_skciphers, in cpt_register_algs()1515 ARRAY_SIZE(otx_cpt_skciphers)); in cpt_register_algs()1524 crypto_unregister_skciphers(otx_cpt_skciphers, in cpt_unregister_algs()[all …]