Searched refs:crypto_alloc_acomp (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/crypto/
H A Dacompress.h72 * crypto_alloc_acomp() -- allocate ACOMPRESS tfm handle
85 struct crypto_acomp *crypto_alloc_acomp(const char *alg_name, u32 type,
153 * @tfm: ACOMPRESS tfm handle allocated with crypto_alloc_acomp()
174 * @tfm: ACOMPRESS tfm handle allocated with crypto_alloc_acomp()
/linux-master/crypto/
H A Dacompress.c111 struct crypto_acomp *crypto_alloc_acomp(const char *alg_name, u32 type, function
116 EXPORT_SYMBOL_GPL(crypto_alloc_acomp); variable
H A Dtestmgr.c3691 acomp = crypto_alloc_acomp(driver, type, mask);

Completed in 154 milliseconds