cipher_algs        44 drivers/crypto/ccp/ccp-crypto-main.c static LIST_HEAD(cipher_algs);
cipher_algs       333 drivers/crypto/ccp/ccp-crypto-main.c 		ret = ccp_register_aes_algs(&cipher_algs);
cipher_algs       341 drivers/crypto/ccp/ccp-crypto-main.c 		ret = ccp_register_aes_xts_algs(&cipher_algs);
cipher_algs       351 drivers/crypto/ccp/ccp-crypto-main.c 		ret = ccp_register_des3_algs(&cipher_algs);
cipher_algs       384 drivers/crypto/ccp/ccp-crypto-main.c 	list_for_each_entry_safe(ablk_alg, ablk_tmp, &cipher_algs, entry) {
cipher_algs       196 drivers/crypto/marvell/cesa.c 		ret = crypto_register_skcipher(cesa->caps->cipher_algs[i]);
cipher_algs       216 drivers/crypto/marvell/cesa.c 		crypto_unregister_skcipher(cesa->caps->cipher_algs[j]);
cipher_algs       229 drivers/crypto/marvell/cesa.c 		crypto_unregister_skcipher(cesa->caps->cipher_algs[i]);
cipher_algs       268 drivers/crypto/marvell/cesa.c 	.cipher_algs = orion_cipher_algs,
cipher_algs       277 drivers/crypto/marvell/cesa.c 	.cipher_algs = orion_cipher_algs,
cipher_algs       286 drivers/crypto/marvell/cesa.c 	.cipher_algs = armada_370_cipher_algs,
cipher_algs       295 drivers/crypto/marvell/cesa.c 	.cipher_algs = armada_370_cipher_algs,
cipher_algs       377 drivers/crypto/marvell/cesa.h 	struct skcipher_alg **cipher_algs;
cipher_algs      1273 drivers/crypto/n2_core.c static LIST_HEAD(cipher_algs);
cipher_algs      1351 drivers/crypto/n2_core.c 	list_for_each_entry_safe(cipher, cipher_tmp, &cipher_algs, entry) {
cipher_algs      1398 drivers/crypto/n2_core.c 	list_add(&p->entry, &cipher_algs);