Searched refs:otx2_cpt_skciphers (Results 1 – 1 of 1) sorted by relevance
1364 static struct skcipher_alg otx2_cpt_skciphers[] = { { variable1633 for (i = 0; i < ARRAY_SIZE(otx2_cpt_skciphers); i++) in cpt_register_algs()1634 otx2_cpt_skciphers[i].base.cra_flags &= ~CRYPTO_ALG_DEAD; in cpt_register_algs()1636 err = crypto_register_skciphers(otx2_cpt_skciphers, in cpt_register_algs()1637 ARRAY_SIZE(otx2_cpt_skciphers)); in cpt_register_algs()1647 crypto_unregister_skciphers(otx2_cpt_skciphers, in cpt_register_algs()1648 ARRAY_SIZE(otx2_cpt_skciphers)); in cpt_register_algs()1657 crypto_unregister_skciphers(otx2_cpt_skciphers, in cpt_unregister_algs()1658 ARRAY_SIZE(otx2_cpt_skciphers)); in cpt_unregister_algs()