Searched refs:node (Results 1 – 5 of 5) sorted by relevance
| /crypto/ |
| A D | af_alg.c | 46 struct alg_type_list *node; in alg_get_type() local 50 if (strcmp(node->type->name, name)) in alg_get_type() 54 type = node->type; in alg_get_type() 64 struct alg_type_list *node; in af_alg_register_type() local 73 node = kmalloc(sizeof(*node), GFP_KERNEL); in af_alg_register_type() 75 if (!node) in af_alg_register_type() 81 node->type = type; in af_alg_register_type() 82 list_add(&node->list, &alg_types); in af_alg_register_type() 94 struct alg_type_list *node; in af_alg_unregister_type() local 102 list_del(&node->list); in af_alg_unregister_type() [all …]
|
| A D | api.c | 503 const struct crypto_type *frontend, int node, in crypto_alloc_tfmmem() argument 514 mem = kzalloc_node(total, gfp, node); in crypto_alloc_tfmmem() 520 tfm->node = node; in crypto_alloc_tfmmem() 528 int node) in crypto_create_tfm_node() argument 534 mem = crypto_alloc_tfmmem(alg, frontend, node, GFP_KERNEL); in crypto_create_tfm_node() 573 mem = crypto_alloc_tfmmem(alg, frontend, otfm->node, GFP_ATOMIC); in crypto_clone_tfm() 628 int node) in crypto_alloc_tfm_node() argument 642 tfm = crypto_create_tfm_node(alg, frontend, node); in crypto_alloc_tfm_node()
|
| A D | internal.h | 128 const struct crypto_type *frontend, int node); 144 int node);
|
| A D | scompress.c | 84 int node = cpu_to_node(cpu); in scomp_alloc_scratch() local 87 page = alloc_pages_node(node, GFP_KERNEL, 0); in scomp_alloc_scratch()
|
| A D | acompress.c | 160 u32 mask, int node) in crypto_alloc_acomp_node() argument 163 node); in crypto_alloc_acomp_node()
|
Completed in 17 milliseconds