Home
last modified time | relevance | path

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

/linux/arch/sparc/crypto/
H A 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()
/linux/drivers/crypto/marvell/cesa/
H A Dcesa.h381 struct skcipher_alg **cipher_algs; member