Home
last modified time | relevance | path

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

/linux-4.4.14/lib/lz4/
DMakefile2 obj-$(CONFIG_LZ4HC_COMPRESS) += lz4hc_compress.o
Dlz4hc_compress.c516 int lz4hc_compress(const unsigned char *src, size_t src_len, in lz4hc_compress() function
536 EXPORT_SYMBOL(lz4hc_compress);
/linux-4.4.14/include/linux/
Dlz4.h56 int lz4hc_compress(const unsigned char *src, size_t src_len,
/linux-4.4.14/crypto/
Dlz4hc.c55 err = lz4hc_compress(src, slen, dst, &tmp_len, ctx->lz4hc_comp_mem); in lz4hc_compress_crypto()