Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ubifs/
Dcompress.c194 compr->cc = crypto_alloc_comp(compr->capi_name, 0, 0); in compr_init()
/linux-4.19.296/fs/pstore/
Dplatform.c312 ctx = crypto_alloc_comp(zbackend->name, 0, 0); in allocate_buf_for_compression()
/linux-4.19.296/include/linux/
Dcrypto.h1613 static inline struct crypto_comp *crypto_alloc_comp(const char *alg_name, in crypto_alloc_comp() function
/linux-4.19.296/crypto/
Dtestmgr.c1810 comp = crypto_alloc_comp(driver, type, mask); in alg_test_comp()