Searched refs:crypto_alloc_acomp (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | acompress.c | 105 struct crypto_acomp *crypto_alloc_acomp(const char *alg_name, u32 type, in crypto_alloc_acomp() function 110 EXPORT_SYMBOL_GPL(crypto_alloc_acomp); variable
|
H A D | testmgr.c | 3551 acomp = crypto_alloc_acomp(driver, type, mask); in alg_test_comp()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | acompress.c | 140 struct crypto_acomp *crypto_alloc_acomp(const char *alg_name, u32 type, in crypto_alloc_acomp() function 145 EXPORT_SYMBOL_GPL(crypto_alloc_acomp); variable
|
H A D | testmgr.c | 3695 acomp = crypto_alloc_acomp(driver, type, mask); in alg_test_comp()
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | acompress.h | 94 * crypto_alloc_acomp() -- allocate ACOMPRESS tfm handle 107 struct crypto_acomp *crypto_alloc_acomp(const char *alg_name, u32 type, 167 * @tfm: ACOMPRESS tfm handle allocated with crypto_alloc_acomp() 188 * @tfm: ACOMPRESS tfm handle allocated with crypto_alloc_acomp()
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | acompress.h | 96 * crypto_alloc_acomp() -- allocate ACOMPRESS tfm handle 109 struct crypto_acomp *crypto_alloc_acomp(const char *alg_name, u32 type, 171 * @tfm: ACOMPRESS tfm handle allocated with crypto_alloc_acomp() 192 * @tfm: ACOMPRESS tfm handle allocated with crypto_alloc_acomp()
|
Completed in 22 milliseconds