Searched refs:node (Results 1 – 4 of 4) sorted by relevance
/crypto/ |
D | af_alg.c | 43 struct alg_type_list *node; in alg_get_type() local 46 list_for_each_entry(node, &alg_types, list) { in alg_get_type() 47 if (strcmp(node->type->name, name)) in alg_get_type() 50 if (try_module_get(node->type->owner)) in alg_get_type() 51 type = node->type; in alg_get_type() 61 struct alg_type_list *node; in af_alg_register_type() local 65 list_for_each_entry(node, &alg_types, list) { in af_alg_register_type() 66 if (!strcmp(node->type->name, type->name)) in af_alg_register_type() 70 node = kmalloc(sizeof(*node), GFP_KERNEL); in af_alg_register_type() 72 if (!node) in af_alg_register_type() [all …]
|
D | api.c | 477 int node) in crypto_create_tfm_node() argument 488 mem = kzalloc_node(total, GFP_KERNEL, node); in crypto_create_tfm_node() 494 tfm->node = node; in crypto_create_tfm_node() 558 int node) in crypto_alloc_tfm_node() argument 572 tfm = crypto_create_tfm_node(alg, frontend, node); in crypto_alloc_tfm_node()
|
D | internal.h | 105 const struct crypto_type *frontend, int node); 119 int node);
|
D | acompress.c | 113 u32 mask, int node) in crypto_alloc_acomp_node() argument 116 node); in crypto_alloc_acomp_node()
|