Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/
Dmxc-scc.c612 static struct mxc_scc_crypto_tmpl *scc_crypto_algs[] = { variable
622 for (i = 0; i < ARRAY_SIZE(scc_crypto_algs); i++) { in mxc_scc_crypto_register()
623 scc_crypto_algs[i]->scc = scc; in mxc_scc_crypto_register()
624 err = crypto_register_alg(&scc_crypto_algs[i]->alg); in mxc_scc_crypto_register()
633 crypto_unregister_alg(&scc_crypto_algs[i]->alg); in mxc_scc_crypto_register()
642 for (i = 0; i < ARRAY_SIZE(scc_crypto_algs); i++) in mxc_scc_crypto_unregister()
643 crypto_unregister_alg(&scc_crypto_algs[i]->alg); in mxc_scc_crypto_unregister()