Home
last modified time | relevance | path

Searched refs:otx2_cpt_aeads (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_algs.c1456 static struct aead_alg otx2_cpt_aeads[] = { { variable
1641 for (i = 0; i < ARRAY_SIZE(otx2_cpt_aeads); i++) in cpt_register_algs()
1642 otx2_cpt_aeads[i].base.cra_flags &= ~CRYPTO_ALG_DEAD; in cpt_register_algs()
1644 err = crypto_register_aeads(otx2_cpt_aeads, in cpt_register_algs()
1645 ARRAY_SIZE(otx2_cpt_aeads)); in cpt_register_algs()
1659 crypto_unregister_aeads(otx2_cpt_aeads, ARRAY_SIZE(otx2_cpt_aeads)); in cpt_unregister_algs()