alg_list         1042 drivers/crypto/amcc/crypto4xx_core.c 			list_add_tail(&alg->entry, &sec_dev->alg_list);
alg_list         1052 drivers/crypto/amcc/crypto4xx_core.c 	list_for_each_entry_safe(alg, tmp, &sec_dev->alg_list, entry) {
alg_list         1440 drivers/crypto/amcc/crypto4xx_core.c 	INIT_LIST_HEAD(&core_dev->dev->alg_list);
alg_list           99 drivers/crypto/amcc/crypto4xx_core.h 	struct list_head alg_list;	/* List of algorithm supported
alg_list           24 drivers/crypto/ccree/cc_cipher.c 	struct list_head alg_list;
alg_list         1676 drivers/crypto/ccree/cc_cipher.c 		list_for_each_entry_safe(t_alg, n, &cipher_handle->alg_list,
alg_list         1700 drivers/crypto/ccree/cc_cipher.c 	INIT_LIST_HEAD(&cipher_handle->alg_list);
alg_list         1734 drivers/crypto/ccree/cc_cipher.c 				      &cipher_handle->alg_list);
alg_list          428 drivers/crypto/hifn_795x.c 	struct list_head	alg_list;
alg_list         2406 drivers/crypto/hifn_795x.c 	list_add_tail(&alg->entry, &dev->alg_list);
alg_list         2421 drivers/crypto/hifn_795x.c 	list_for_each_entry_safe(a, n, &dev->alg_list, entry) {
alg_list         2498 drivers/crypto/hifn_795x.c 	INIT_LIST_HEAD(&dev->alg_list);
alg_list         3113 drivers/crypto/talitos.c 	list_for_each_entry_safe(t_alg, n, &priv->alg_list, entry) {
alg_list         3302 drivers/crypto/talitos.c 	INIT_LIST_HEAD(&priv->alg_list);
alg_list         3487 drivers/crypto/talitos.c 				list_add_tail(&t_alg->entry, &priv->alg_list);
alg_list         3490 drivers/crypto/talitos.c 	if (!list_empty(&priv->alg_list))
alg_list          151 drivers/crypto/talitos.h 	struct list_head alg_list;