Searched refs:cipher_algs (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/crypto/ |
H A D | des_glue.c | 337 static struct crypto_alg cipher_algs[] = { variable 458 err = crypto_register_algs(cipher_algs, ARRAY_SIZE(cipher_algs)); in des_sparc64_mod_init() 464 crypto_unregister_algs(cipher_algs, ARRAY_SIZE(cipher_algs)); in des_sparc64_mod_init() 470 crypto_unregister_algs(cipher_algs, ARRAY_SIZE(cipher_algs)); in des_sparc64_mod_fini()
|
/kernel/linux/linux-6.6/arch/sparc/crypto/ |
H A D | des_glue.c | 337 static struct crypto_alg cipher_algs[] = { variable 458 err = crypto_register_algs(cipher_algs, ARRAY_SIZE(cipher_algs)); in des_sparc64_mod_init() 464 crypto_unregister_algs(cipher_algs, ARRAY_SIZE(cipher_algs)); in des_sparc64_mod_init() 470 crypto_unregister_algs(cipher_algs, ARRAY_SIZE(cipher_algs)); in des_sparc64_mod_fini()
|
/kernel/linux/linux-5.10/drivers/crypto/marvell/cesa/ |
H A D | cesa.c | 196 ret = crypto_register_skcipher(cesa->caps->cipher_algs[i]); in mv_cesa_add_algs() 216 crypto_unregister_skcipher(cesa->caps->cipher_algs[j]); in mv_cesa_add_algs() 229 crypto_unregister_skcipher(cesa->caps->cipher_algs[i]); in mv_cesa_remove_algs() 268 .cipher_algs = orion_cipher_algs, 277 .cipher_algs = orion_cipher_algs, 286 .cipher_algs = armada_370_cipher_algs, 295 .cipher_algs = armada_370_cipher_algs,
|
H A D | cesa.h | 371 * @cipher_algs: supported cipher algorithms 381 struct skcipher_alg **cipher_algs; member
|
/kernel/linux/linux-6.6/drivers/crypto/marvell/cesa/ |
H A D | cesa.c | 196 ret = crypto_register_skcipher(cesa->caps->cipher_algs[i]); in mv_cesa_add_algs() 216 crypto_unregister_skcipher(cesa->caps->cipher_algs[j]); in mv_cesa_add_algs() 229 crypto_unregister_skcipher(cesa->caps->cipher_algs[i]); in mv_cesa_remove_algs() 268 .cipher_algs = orion_cipher_algs, 277 .cipher_algs = orion_cipher_algs, 286 .cipher_algs = armada_370_cipher_algs, 295 .cipher_algs = armada_370_cipher_algs,
|
H A D | cesa.h | 371 * @cipher_algs: supported cipher algorithms 381 struct skcipher_alg **cipher_algs; member
|
Completed in 7 milliseconds