Searched defs:list (Results 1 - 3 of 3) sorted by relevance

/crypto/
H A Daf_alg.c20 #include <linux/list.h>
27 struct list_head list; member in struct:alg_type_list
48 list_for_each_entry(node, &alg_types, list) {
67 list_for_each_entry(node, &alg_types, list) {
79 list_add(&node->list, &alg_types);
95 list_for_each_entry(node, &alg_types, list) {
99 list_del(&node->list);
H A Dalgif_skcipher.c19 #include <linux/list.h>
27 struct list_head list; member in struct:skcipher_sg_list
76 sgl = list_entry(ctx->tsgl.prev, struct skcipher_sg_list, list);
93 list_add_tail(&sgl->list, &ctx->tsgl);
109 list);
131 list_del(&sgl->list);
296 struct skcipher_sg_list, list);
329 sgl = list_entry(ctx->tsgl.prev, struct skcipher_sg_list, list);
363 sgl = list_entry(ctx->tsgl.prev, struct skcipher_sg_list, list);
399 sgl = list_entry(ctx->tsgl.prev, struct skcipher_sg_list, list);
[all...]
H A Dalgapi.c17 #include <linux/list.h>
77 spawn = list_first_entry(stack, struct crypto_spawn, list);
78 n = list_entry(spawn->list.next, struct crypto_spawn, list);
80 if (spawn->alg && &n->list != stack && !n->alg)
81 n->alg = (n->list.next == stack) ? alg :
82 &list_entry(n->list.next, struct crypto_spawn,
83 list)->inst->alg;
85 list_move(&spawn->list, secondary_spawns);
87 return &n->list
90 crypto_remove_spawn(struct crypto_spawn *spawn, struct list_head *list) argument
114 crypto_remove_spawns(struct crypto_alg *alg, struct list_head *list, struct crypto_alg *nalg) argument
305 crypto_remove_final(struct list_head *list) argument
356 crypto_remove_alg(struct crypto_alg *alg, struct list_head *list) argument
451 struct hlist_head *list; local
[all...]

Completed in 29 milliseconds