Home
last modified time | relevance | path

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

/linux/arch/sparc/crypto/
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()
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()
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/
A 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/drivers/crypto/ccree/
A Dcc_cipher.c1009 static const struct cc_alg_template skcipher_algs[] = { variable
1472 ARRAY_SIZE(skcipher_algs)); in cc_cipher_alloc()
1473 for (alg = 0; alg < ARRAY_SIZE(skcipher_algs); alg++) { in cc_cipher_alloc()
1474 if ((skcipher_algs[alg].min_hw_rev > drvdata->hw_rev) || in cc_cipher_alloc()
1475 !(drvdata->std_bodies & skcipher_algs[alg].std_body) || in cc_cipher_alloc()
1476 (drvdata->sec_disabled && skcipher_algs[alg].sec_func)) in cc_cipher_alloc()
1479 dev_dbg(dev, "creating %s\n", skcipher_algs[alg].driver_name); in cc_cipher_alloc()
1480 t_alg = cc_create_alg(&skcipher_algs[alg], dev); in cc_cipher_alloc()
1484 skcipher_algs[alg].driver_name); in cc_cipher_alloc()
1490 skcipher_algs[alg].driver_name); in cc_cipher_alloc()
/linux/drivers/crypto/qce/
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/
A Dn2_core.c1224 static LIST_HEAD(skcipher_algs);
1302 list_for_each_entry_safe(skcipher, skcipher_tmp, &skcipher_algs, entry) { in __n2_unregister_algs()
1348 list_add(&p->entry, &skcipher_algs); in __n2_register_one_skcipher()

Completed in 41 milliseconds