Searched refs:skcipher_algs (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/sparc/crypto/ |
| H A D | camellia_glue.c | 215 static struct skcipher_alg skcipher_algs[] = { variable 272 err = crypto_register_skciphers(skcipher_algs, in camellia_sparc64_mod_init() 273 ARRAY_SIZE(skcipher_algs)); in camellia_sparc64_mod_init() 282 crypto_unregister_skciphers(skcipher_algs, ARRAY_SIZE(skcipher_algs)); in camellia_sparc64_mod_fini()
|
| H A D | aes_glue.c | 260 static struct skcipher_alg skcipher_algs[] = { variable 327 return crypto_register_skciphers(skcipher_algs, in aes_sparc64_mod_init() 328 ARRAY_SIZE(skcipher_algs)); in aes_sparc64_mod_init() 333 crypto_unregister_skciphers(skcipher_algs, ARRAY_SIZE(skcipher_algs)); in aes_sparc64_mod_fini()
|
| H A D | des_glue.c | 376 static struct skcipher_alg skcipher_algs[] = { variable 460 err = crypto_register_skciphers(skcipher_algs, in des_sparc64_mod_init() 461 ARRAY_SIZE(skcipher_algs)); in des_sparc64_mod_init() 470 crypto_unregister_skciphers(skcipher_algs, ARRAY_SIZE(skcipher_algs)); in des_sparc64_mod_fini()
|
| /linux/drivers/crypto/ccp/ |
| H A D | ccp-crypto-main.c | 47 static LIST_HEAD(skcipher_algs); 329 ret = ccp_register_aes_algs(&skcipher_algs); in ccp_register_algs() 337 ret = ccp_register_aes_xts_algs(&skcipher_algs); in ccp_register_algs() 347 ret = ccp_register_des3_algs(&skcipher_algs); in ccp_register_algs() 380 list_for_each_entry_safe(ablk_alg, ablk_tmp, &skcipher_algs, entry) { in ccp_unregister_algs()
|
| /linux/drivers/crypto/ccree/ |
| H A D | cc_cipher.c | 1003 static const struct cc_alg_template skcipher_algs[] = { variable 1435 ARRAY_SIZE(skcipher_algs)); in cc_cipher_alloc() 1436 for (alg = 0; alg < ARRAY_SIZE(skcipher_algs); alg++) { in cc_cipher_alloc() 1437 if ((skcipher_algs[alg].min_hw_rev > drvdata->hw_rev) || in cc_cipher_alloc() 1438 !(drvdata->std_bodies & skcipher_algs[alg].std_body) || in cc_cipher_alloc() 1439 (drvdata->sec_disabled && skcipher_algs[alg].sec_func)) in cc_cipher_alloc() 1442 dev_dbg(dev, "creating %s\n", skcipher_algs[alg].driver_name); in cc_cipher_alloc() 1443 t_alg = cc_create_alg(&skcipher_algs[alg], dev); in cc_cipher_alloc() 1447 skcipher_algs[alg].driver_name); in cc_cipher_alloc() 1453 skcipher_algs[alg].driver_name); in cc_cipher_alloc()
|
| /linux/drivers/crypto/starfive/ |
| H A D | jh7110-aes.c | 1014 static struct skcipher_engine_alg skcipher_algs[] = { variable 1140 ret = crypto_engine_register_skciphers(skcipher_algs, ARRAY_SIZE(skcipher_algs)); in starfive_aes_register_algs() 1146 crypto_engine_unregister_skciphers(skcipher_algs, ARRAY_SIZE(skcipher_algs)); in starfive_aes_register_algs() 1154 crypto_engine_unregister_skciphers(skcipher_algs, ARRAY_SIZE(skcipher_algs)); in starfive_aes_unregister_algs()
|
| /linux/drivers/crypto/qce/ |
| H A D | skcipher.c | 25 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()
|