Searched refs:alg_list (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/drivers/crypto/amcc/
H A Dcrypto4xx_core.h101 struct list_head alg_list; /* List of algorithm supported member in struct:crypto4xx_device
H A Dcrypto4xx_core.c1056 list_add_tail(&alg->entry, &sec_dev->alg_list); crypto4xx_register_alg()
1067 list_for_each_entry_safe(alg, tmp, &sec_dev->alg_list, entry) { crypto4xx_unregister_alg()
1204 INIT_LIST_HEAD(&core_dev->dev->alg_list); crypto4xx_probe()
/linux-4.1.27/drivers/crypto/
H A Dtalitos.h130 struct list_head alg_list; member in struct:talitos_private
H A Dhifn_795x.c453 struct list_head alg_list; member in struct:hifn_device
2509 list_add_tail(&alg->entry, &dev->alg_list); hifn_alg_alloc()
2524 list_for_each_entry_safe(a, n, &dev->alg_list, entry) { hifn_unregister_alg()
2602 INIT_LIST_HEAD(&dev->alg_list); hifn_probe()
H A Dtalitos.c2463 list_for_each_entry_safe(t_alg, n, &priv->alg_list, entry) { talitos_remove()
2640 INIT_LIST_HEAD(&priv->alg_list); talitos_probe()
2783 list_add_tail(&t_alg->entry, &priv->alg_list); talitos_probe()
2786 if (!list_empty(&priv->alg_list)) talitos_probe()
/linux-4.1.27/drivers/crypto/caam/
H A Dcaamalg.c111 static struct list_head alg_list; variable in typeref:struct:list_head
4187 if (!alg_list.next) caam_algapi_exit()
4190 list_for_each_entry_safe(t_alg, n, &alg_list, entry) { caam_algapi_exit()
4278 INIT_LIST_HEAD(&alg_list); caam_algapi_init()
4299 list_add_tail(&t_alg->entry, &alg_list); caam_algapi_init()
4301 if (!list_empty(&alg_list)) caam_algapi_init()

Completed in 131 milliseconds