Searched refs:otx_cpt_skciphers (Results 1 – 1 of 1) sorted by relevance
1228 static struct skcipher_alg otx_cpt_skciphers[] = { { variable1509 for (i = 0; i < ARRAY_SIZE(otx_cpt_skciphers); i++) in is_any_alg_used()1510 if (refcount_read(&otx_cpt_skciphers[i].base.cra_refcnt) != 1) in is_any_alg_used()1523 for (i = 0; i < ARRAY_SIZE(otx_cpt_skciphers); i++) in cpt_register_algs()1524 otx_cpt_skciphers[i].base.cra_flags &= ~CRYPTO_ALG_DEAD; in cpt_register_algs()1526 err = crypto_register_skciphers(otx_cpt_skciphers, in cpt_register_algs()1527 ARRAY_SIZE(otx_cpt_skciphers)); in cpt_register_algs()1537 crypto_unregister_skciphers(otx_cpt_skciphers, in cpt_register_algs()1538 ARRAY_SIZE(otx_cpt_skciphers)); in cpt_register_algs()1547 crypto_unregister_skciphers(otx_cpt_skciphers, in cpt_unregister_algs()[all …]