Home
last modified time | relevance | path

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

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