Home
last modified time | relevance | path

Searched refs:crypto_alloc_comp (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/fs/ubifs/
A Dcompress.c200 compr->cc = crypto_alloc_comp(compr->capi_name, 0, 0); in compr_init()
/linux-6.3-rc2/drivers/block/zram/
A Dzcomp.c51 zstrm->tfm = crypto_alloc_comp(comp->name, 0, 0); in zcomp_strm_init()
/linux-6.3-rc2/net/xfrm/
A Dxfrm_ipcomp.c295 struct crypto_comp *tfm = crypto_alloc_comp(alg_name, 0, in ipcomp_alloc_tfms()
/linux-6.3-rc2/include/linux/
A Dcrypto.h728 static inline struct crypto_comp *crypto_alloc_comp(const char *alg_name, in crypto_alloc_comp() function
/linux-6.3-rc2/fs/pstore/
A Dplatform.c320 ctx = crypto_alloc_comp(zbackend->name, 0, 0); in allocate_buf_for_compression()
/linux-6.3-rc2/crypto/
A Dtestmgr.c3635 comp = crypto_alloc_comp(driver, type, mask); in alg_test_comp()

Completed in 17 milliseconds