Lines Matching refs:alg
32 .alg.hash = {
60 .alg.hash = {
87 .alg.crypto = {
109 .alg.crypto = {
131 .alg.crypto = {
153 .alg.crypto = {
174 .alg.crypto = {
196 .alg.crypto = {
344 err = crypto_register_alg(&ss_algs[i].alg.crypto); in sun4i_ss_probe()
347 ss_algs[i].alg.crypto.cra_name); in sun4i_ss_probe()
352 err = crypto_register_ahash(&ss_algs[i].alg.hash); in sun4i_ss_probe()
355 ss_algs[i].alg.hash.halg.base.cra_name); in sun4i_ss_probe()
368 crypto_unregister_alg(&ss_algs[i].alg.crypto); in sun4i_ss_probe()
371 crypto_unregister_ahash(&ss_algs[i].alg.hash); in sun4i_ss_probe()
392 crypto_unregister_alg(&ss_algs[i].alg.crypto); in sun4i_ss_remove()
395 crypto_unregister_ahash(&ss_algs[i].alg.hash); in sun4i_ss_remove()