Home
last modified time | relevance | path

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

/Linux-v5.10/arch/sparc/crypto/
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()
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()
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-v5.10/drivers/crypto/ccp/
Dccp-crypto-main.c44 static LIST_HEAD(skcipher_algs);
333 ret = ccp_register_aes_algs(&skcipher_algs); in ccp_register_algs()
341 ret = ccp_register_aes_xts_algs(&skcipher_algs); in ccp_register_algs()
351 ret = ccp_register_des3_algs(&skcipher_algs); in ccp_register_algs()
384 list_for_each_entry_safe(ablk_alg, ablk_tmp, &skcipher_algs, entry) { in ccp_unregister_algs()
/Linux-v5.10/drivers/crypto/ccree/
Dcc_cipher.c1006 static const struct cc_alg_template skcipher_algs[] = { variable
1469 ARRAY_SIZE(skcipher_algs)); in cc_cipher_alloc()
1470 for (alg = 0; alg < ARRAY_SIZE(skcipher_algs); alg++) { in cc_cipher_alloc()
1471 if ((skcipher_algs[alg].min_hw_rev > drvdata->hw_rev) || in cc_cipher_alloc()
1472 !(drvdata->std_bodies & skcipher_algs[alg].std_body) || in cc_cipher_alloc()
1473 (drvdata->sec_disabled && skcipher_algs[alg].sec_func)) in cc_cipher_alloc()
1476 dev_dbg(dev, "creating %s\n", skcipher_algs[alg].driver_name); in cc_cipher_alloc()
1477 t_alg = cc_create_alg(&skcipher_algs[alg], dev); in cc_cipher_alloc()
1481 skcipher_algs[alg].driver_name); in cc_cipher_alloc()
1487 skcipher_algs[alg].driver_name); in cc_cipher_alloc()
/Linux-v5.10/drivers/crypto/qce/
Dskcipher.c24 static LIST_HEAD(skcipher_algs);
436 list_add_tail(&tmpl->entry, &skcipher_algs); in qce_skcipher_register_one()
445 list_for_each_entry_safe(tmpl, n, &skcipher_algs, entry) { in qce_skcipher_unregister()
/Linux-v5.10/drivers/crypto/
Dn2_core.c1223 static LIST_HEAD(skcipher_algs);
1301 list_for_each_entry_safe(skcipher, skcipher_tmp, &skcipher_algs, entry) { in __n2_unregister_algs()
1347 list_add(&p->entry, &skcipher_algs); in __n2_register_one_skcipher()