Home
last modified time | relevance | path

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

/linux/arch/sparc/crypto/
H A Dcamellia_glue.c216 static struct skcipher_alg skcipher_algs[] = { variable
273 err = crypto_register_skciphers(skcipher_algs, in camellia_sparc64_mod_init()
274 ARRAY_SIZE(skcipher_algs)); in camellia_sparc64_mod_init()
283 crypto_unregister_skciphers(skcipher_algs, ARRAY_SIZE(skcipher_algs)); in camellia_sparc64_mod_fini()
H A Ddes_glue.c377 static struct skcipher_alg skcipher_algs[] = { variable
461 err = crypto_register_skciphers(skcipher_algs, in des_sparc64_mod_init()
462 ARRAY_SIZE(skcipher_algs)); in des_sparc64_mod_init()
471 crypto_unregister_skciphers(skcipher_algs, ARRAY_SIZE(skcipher_algs)); in des_sparc64_mod_fini()
H A Daes_glue.c382 static struct skcipher_alg skcipher_algs[] = { variable
454 err = crypto_register_skciphers(skcipher_algs, in aes_sparc64_mod_init()
455 ARRAY_SIZE(skcipher_algs)); in aes_sparc64_mod_init()
464 crypto_unregister_skciphers(skcipher_algs, ARRAY_SIZE(skcipher_algs)); in aes_sparc64_mod_fini()
/linux/drivers/crypto/ccp/
H A Dccp-crypto-main.c44 static LIST_HEAD(skcipher_algs);
326 ret = ccp_register_aes_algs(&skcipher_algs); in ccp_register_algs()
334 ret = ccp_register_aes_xts_algs(&skcipher_algs); in ccp_register_algs()
344 ret = ccp_register_des3_algs(&skcipher_algs); in ccp_register_algs()
377 list_for_each_entry_safe(ablk_alg, ablk_tmp, &skcipher_algs, entry) { in ccp_unregister_algs()
/linux/drivers/crypto/starfive/
H A Djh7110-aes.c1013 static struct skcipher_engine_alg skcipher_algs[] = { variable
1139 ret = crypto_engine_register_skciphers(skcipher_algs, ARRAY_SIZE(skcipher_algs)); in starfive_aes_register_algs()
1145 crypto_engine_unregister_skciphers(skcipher_algs, ARRAY_SIZE(skcipher_algs)); in starfive_aes_register_algs()
1153 crypto_engine_unregister_skciphers(skcipher_algs, ARRAY_SIZE(skcipher_algs)); in starfive_aes_unregister_algs()
/linux/drivers/crypto/qce/
H A Dskcipher.c25 static LIST_HEAD(skcipher_algs);
492 list_add_tail(&tmpl->entry, &skcipher_algs); in qce_skcipher_register_one()
501 list_for_each_entry_safe(tmpl, n, &skcipher_algs, entry) { in qce_skcipher_unregister()
/linux/drivers/crypto/
H A Dn2_core.c1196 static LIST_HEAD(skcipher_algs);
1279 list_for_each_entry_safe(skcipher, skcipher_tmp, &skcipher_algs, entry) { in __n2_unregister_algs()
1325 list_add(&p->entry, &skcipher_algs); in __n2_register_one_skcipher()