Searched refs:otx_cpt_aeads (Results 1 – 1 of 1) sorted by relevance
1309 static struct aead_alg otx_cpt_aeads[] = { { variable1489 for (i = 0; i < ARRAY_SIZE(otx_cpt_aeads); i++) in is_any_alg_used()1490 if (refcount_read(&otx_cpt_aeads[i].base.cra_refcnt) != 1) in is_any_alg_used()1509 for (i = 0; i < ARRAY_SIZE(otx_cpt_aeads); i++) in cpt_register_algs()1510 otx_cpt_aeads[i].base.cra_flags &= ~CRYPTO_ALG_DEAD; in cpt_register_algs()1512 err = crypto_register_aeads(otx_cpt_aeads, ARRAY_SIZE(otx_cpt_aeads)); in cpt_register_algs()1526 crypto_unregister_aeads(otx_cpt_aeads, ARRAY_SIZE(otx_cpt_aeads)); in cpt_unregister_algs()