Home
last modified time | relevance | path

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

/linux/crypto/
H A Ddeflate.c228 ret = crypto_acomp_alloc_streams(&deflate_streams); in deflate_init()
H A Dacompress.c406 int crypto_acomp_alloc_streams(struct crypto_acomp_streams *s) in crypto_acomp_alloc_streams() function
440 EXPORT_SYMBOL_GPL(crypto_acomp_alloc_streams);
H A Dzstd.c72 ret = crypto_acomp_alloc_streams(&zstd_streams); in zstd_init()
/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_comp_algs.c667 ret = crypto_acomp_alloc_streams(&qat_zstd_streams); in qat_comp_algs_register_lz4s()