Searched refs:alg_list (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/crypto/amcc/ |
D | crypto4xx_core.h | 107 struct list_head alg_list; /* List of algorithm supported member
|
D | crypto4xx_core.c | 1046 list_add_tail(&alg->entry, &sec_dev->alg_list); in crypto4xx_register_alg() 1056 list_for_each_entry_safe(alg, tmp, &sec_dev->alg_list, entry) { in crypto4xx_unregister_alg() 1364 INIT_LIST_HEAD(&core_dev->dev->alg_list); in crypto4xx_probe()
|
/Linux-v4.19/drivers/crypto/ |
D | talitos.h | 146 struct list_head alg_list; member
|
D | hifn_795x.c | 437 struct list_head alg_list; member 2407 list_add_tail(&alg->entry, &dev->alg_list); in hifn_alg_alloc() 2422 list_for_each_entry_safe(a, n, &dev->alg_list, entry) { in hifn_unregister_alg() 2499 INIT_LIST_HEAD(&dev->alg_list); in hifn_probe()
|
D | talitos.c | 3105 list_for_each_entry_safe(t_alg, n, &priv->alg_list, entry) { in talitos_remove() 3289 INIT_LIST_HEAD(&priv->alg_list); in talitos_probe() 3474 list_add_tail(&t_alg->entry, &priv->alg_list); in talitos_probe() 3477 if (!list_empty(&priv->alg_list)) in talitos_probe()
|
/Linux-v4.19/drivers/crypto/ccree/ |
D | cc_cipher.c | 23 struct list_head alg_list; member 1370 list_for_each_entry_safe(t_alg, n, &cipher_handle->alg_list, in cc_cipher_free() 1394 INIT_LIST_HEAD(&cipher_handle->alg_list); in cc_cipher_alloc() 1426 &cipher_handle->alg_list); in cc_cipher_alloc()
|
/Linux-v4.19/drivers/crypto/caam/ |
D | caamalg_qi.c | 2622 static struct list_head alg_list; variable 2635 if (!alg_list.next) in caam_qi_algapi_exit() 2638 list_for_each_entry_safe(t_alg, n, &alg_list, entry) { in caam_qi_algapi_exit() 2737 INIT_LIST_HEAD(&alg_list); in caam_qi_algapi_init() 2784 list_add_tail(&t_alg->entry, &alg_list); in caam_qi_algapi_init()
|
D | caamalg.c | 84 static struct list_head alg_list; variable 3342 if (!alg_list.next) in caam_algapi_exit() 3345 list_for_each_entry_safe(t_alg, n, &alg_list, entry) { in caam_algapi_exit() 3444 INIT_LIST_HEAD(&alg_list); in caam_algapi_init() 3499 list_add_tail(&t_alg->entry, &alg_list); in caam_algapi_init()
|