Searched refs:LZ4_compress_HC (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/linux/ |
D | lz4.h | 346 int LZ4_compress_HC(const char *src, char *dst, int srcSize, int dstCapacity,
|
/Linux-v4.19/crypto/ |
D | lz4hc.c | 68 int out_len = LZ4_compress_HC(src, dst, slen, in __lz4hc_compress_crypto()
|
/Linux-v4.19/lib/lz4/ |
D | lz4hc_compress.c | 608 int LZ4_compress_HC(const char *src, char *dst, int srcSize, in LZ4_compress_HC() function 614 EXPORT_SYMBOL(LZ4_compress_HC);
|