Searched refs:otx2_cpt_skciphers (Results 1 – 1 of 1) sorted by relevance
1290 static struct skcipher_alg otx2_cpt_skciphers[] = { { variable1559 for (i = 0; i < ARRAY_SIZE(otx2_cpt_skciphers); i++) in cpt_register_algs()1560 otx2_cpt_skciphers[i].base.cra_flags &= ~CRYPTO_ALG_DEAD; in cpt_register_algs()1562 err = crypto_register_skciphers(otx2_cpt_skciphers, in cpt_register_algs()1563 ARRAY_SIZE(otx2_cpt_skciphers)); in cpt_register_algs()1573 crypto_unregister_skciphers(otx2_cpt_skciphers, in cpt_register_algs()1574 ARRAY_SIZE(otx2_cpt_skciphers)); in cpt_register_algs()1583 crypto_unregister_skciphers(otx2_cpt_skciphers, in cpt_unregister_algs()1584 ARRAY_SIZE(otx2_cpt_skciphers)); in cpt_unregister_algs()