Home
last modified time | relevance | path

Searched refs:cipher_algs (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/arch/sparc/crypto/
Ddes_glue.c337 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/
Dcesa.c196 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,
Dcesa.h381 struct skcipher_alg **cipher_algs; member