Home
last modified time | relevance | path

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

/linux/arch/sparc/crypto/
H A Ddes_glue.c336 static struct crypto_alg cipher_algs[] = { variable
457 err = crypto_register_algs(cipher_algs, ARRAY_SIZE(cipher_algs)); in des_sparc64_mod_init()
463 crypto_unregister_algs(cipher_algs, ARRAY_SIZE(cipher_algs)); in des_sparc64_mod_init()
469 crypto_unregister_algs(cipher_algs, ARRAY_SIZE(cipher_algs)); in des_sparc64_mod_fini()
/linux/drivers/crypto/marvell/cesa/
H A 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,
H A Dcesa.h371 * @cipher_algs: supported cipher algorithms
381 struct skcipher_alg **cipher_algs; member