Searched refs:crypto_alloc_tfm_node (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | internal.h | 82 void *crypto_alloc_tfm_node(const char *alg_name, 89 return crypto_alloc_tfm_node(alg_name, frontend, type, mask, NUMA_NO_NODE); in crypto_alloc_tfm()
|
H A D | acompress.c | 115 return crypto_alloc_tfm_node(alg_name, &crypto_acomp_type, type, mask, in crypto_alloc_acomp_node()
|
H A D | api.c | 495 * crypto_alloc_tfm_node - Locate algorithm and allocate transform 517 void *crypto_alloc_tfm_node(const char *alg_name, in crypto_alloc_tfm_node() function 551 EXPORT_SYMBOL_GPL(crypto_alloc_tfm_node); variable
|
/kernel/linux/linux-6.6/crypto/ |
H A D | internal.h | 144 void *crypto_alloc_tfm_node(const char *alg_name, 151 return crypto_alloc_tfm_node(alg_name, frontend, type, mask, NUMA_NO_NODE); in crypto_alloc_tfm()
|
H A D | acompress.c | 150 return crypto_alloc_tfm_node(alg_name, &crypto_acomp_type, type, mask, in crypto_alloc_acomp_node()
|
H A D | api.c | 585 * crypto_alloc_tfm_node - Locate algorithm and allocate transform 607 void *crypto_alloc_tfm_node(const char *alg_name, in crypto_alloc_tfm_node() function 641 EXPORT_SYMBOL_GPL(crypto_alloc_tfm_node); variable
|
Completed in 4 milliseconds