Home
last modified time | relevance | path

Searched defs:out_len (Results 1 - 25 of 112) sorted by relevance

12345

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dmic_ioctl.h18 __u32 out_len; member
/kernel/linux/linux-5.10/lib/
H A Ddecompress_inflate.c42 __gunzip(unsigned char *buf, long len, long (*fill)(void*, unsigned long), long (*flush)(void*, unsigned long), unsigned char *out_buf, long out_len, long *pos, void(*error)(char *x)) __gunzip() argument
210 __decompress(unsigned char *buf, long len, long (*fill)(void*, unsigned long), long (*flush)(void*, unsigned long), unsigned char *out_buf, long out_len, long *pos, void (*error)(char *x)) __decompress() argument
H A Ddecompress_unlz4.c45 size_t out_len = get_unaligned_le32(input + in_len); in unlz4() local
207 __decompress(unsigned char *buf, long in_len, long (*fill)(void*, unsigned long), long (*flush)(void*, unsigned long), unsigned char *output, long out_len, long *posp, void (*error)(char *x) ) __decompress() argument
H A Ddecompress_unzstd.c123 decompress_single(const u8 *in_buf, long in_len, u8 *out_buf, long out_len, long *in_pos, void (*error)(char *x)) decompress_single() argument
163 __unzstd(unsigned char *in_buf, long in_len, long (*fill)(void*, unsigned long), long (*flush)(void*, unsigned long), unsigned char *out_buf, long out_len, long *in_pos, void (*error)(char *x)) __unzstd() argument
341 __decompress(unsigned char *buf, long len, long (*fill)(void*, unsigned long), long (*flush)(void*, unsigned long), unsigned char *out_buf, long out_len, long *pos, void (*error)(char *x)) __decompress() argument
[all...]
/kernel/linux/linux-5.10/fs/ubifs/
H A Dcompress.c101 ubifs_compress(const struct ubifs_info *c, const void *in_buf, int in_len, void *out_buf, int *out_len, int *compr_type) ubifs_compress() argument
153 ubifs_decompress(const struct ubifs_info *c, const void *in_buf, int in_len, void *out_buf, int *out_len, int compr_type) ubifs_decompress() argument
[all...]
H A Dcrypto.c27 ubifs_encrypt(const struct inode *inode, struct ubifs_data_node *dn, unsigned int in_len, unsigned int *out_len, int block) ubifs_encrypt() argument
53 ubifs_decrypt(const struct inode *inode, struct ubifs_data_node *dn, unsigned int *out_len, int block) ubifs_decrypt() argument
/kernel/linux/linux-6.6/fs/ubifs/
H A Dcompress.c101 ubifs_compress(const struct ubifs_info *c, const void *in_buf, int in_len, void *out_buf, int *out_len, int *compr_type) ubifs_compress() argument
153 ubifs_decompress(const struct ubifs_info *c, const void *in_buf, int in_len, void *out_buf, int *out_len, int compr_type) ubifs_decompress() argument
[all...]
H A Dcrypto.c38 ubifs_encrypt(const struct inode *inode, struct ubifs_data_node *dn, unsigned int in_len, unsigned int *out_len, int block) ubifs_encrypt() argument
64 ubifs_decrypt(const struct inode *inode, struct ubifs_data_node *dn, unsigned int *out_len, int block) ubifs_decrypt() argument
/kernel/linux/linux-6.6/lib/
H A Ddecompress_inflate.c42 __gunzip(unsigned char *buf, long len, long (*fill)(void*, unsigned long), long (*flush)(void*, unsigned long), unsigned char *out_buf, long out_len, long *pos, void(*error)(char *x)) __gunzip() argument
210 __decompress(unsigned char *buf, long len, long (*fill)(void*, unsigned long), long (*flush)(void*, unsigned long), unsigned char *out_buf, long out_len, long *pos, void (*error)(char *x)) __decompress() argument
H A Ddecompress_unlz4.c45 size_t out_len = get_unaligned_le32(input + in_len); in unlz4() local
207 __decompress(unsigned char *buf, long in_len, long (*fill)(void*, unsigned long), long (*flush)(void*, unsigned long), unsigned char *output, long out_len, long *posp, void (*error)(char *x) ) __decompress() argument
H A Ddecompress_unzstd.c125 decompress_single(const u8 *in_buf, long in_len, u8 *out_buf, long out_len, long *in_pos, void (*error)(char *x)) decompress_single() argument
165 __unzstd(unsigned char *in_buf, long in_len, long (*fill)(void*, unsigned long), long (*flush)(void*, unsigned long), unsigned char *out_buf, long out_len, long *in_pos, void (*error)(char *x)) __unzstd() argument
343 __decompress(unsigned char *buf, long len, long (*fill)(void*, unsigned long), long (*flush)(void*, unsigned long), unsigned char *out_buf, long out_len, long *pos, void (*error)(char *x)) __decompress() argument
[all...]
/kernel/linux/linux-5.10/crypto/
H A Dlz4hc.c55 int out_len = LZ4_compress_HC(src, dst, slen, in __lz4hc_compress_crypto() local
85 int out_len = LZ4_decompress_safe(src, dst, slen, *dlen); in __lz4hc_decompress_crypto() local
H A Dlz4.c56 int out_len = LZ4_compress_default(src, dst, in __lz4_compress_crypto() local
84 int out_len = LZ4_decompress_safe(src, dst, slen, *dlen); in __lz4_decompress_crypto() local
H A Dzstd.c153 size_t out_len; in __zstd_compress() local
182 size_t out_len; in __zstd_decompress() local
/kernel/linux/linux-5.10/lib/lzo/
H A Dlzo1x_decompress_safe.c39 lzo1x_decompress_safe(const unsigned char *in, size_t in_len, unsigned char *out, size_t *out_len) lzo1x_decompress_safe() argument
H A Dlzo1x_compress.c22 lzo1x_1_do_compress(const unsigned char *in, size_t in_len, unsigned char *out, size_t *out_len, size_t ti, void *wrkmem, signed char *state_offset, const unsigned char bitstream_version) lzo1x_1_do_compress() argument
304 lzogeneric1x_1_compress(const unsigned char *in, size_t in_len, unsigned char *out, size_t *out_len, void *wrkmem, const unsigned char bitstream_version) lzogeneric1x_1_compress() argument
381 lzo1x_1_compress(const unsigned char *in, size_t in_len, unsigned char *out, size_t *out_len, void *wrkmem) lzo1x_1_compress() argument
388 lzorle1x_1_compress(const unsigned char *in, size_t in_len, unsigned char *out, size_t *out_len, void *wrkmem) lzorle1x_1_compress() argument
[all...]
/kernel/linux/linux-5.10/fs/squashfs/
H A Dlzo_wrapper.c74 size_t out_len = output->length; in lzo_uncompress() local
/kernel/linux/linux-5.10/include/linux/
H A Dkeyctl.h36 __u32 out_len; /* Output buffer size (enc/dec/sign) */ member
/kernel/linux/linux-6.6/fs/squashfs/
H A Dlzo_wrapper.c74 size_t out_len = output->length; in lzo_uncompress() local
/kernel/linux/linux-6.6/include/linux/
H A Dkeyctl.h36 __u32 out_len; /* Output buffer size (enc/dec/sign) */ member
/kernel/linux/linux-6.6/crypto/
H A Dlz4hc.c55 int out_len = LZ4_compress_HC(src, dst, slen, in __lz4hc_compress_crypto() local
85 int out_len = LZ4_decompress_safe(src, dst, slen, *dlen); in __lz4hc_decompress_crypto() local
H A Dlz4.c56 int out_len = LZ4_compress_default(src, dst, in __lz4_compress_crypto() local
84 int out_len = LZ4_decompress_safe(src, dst, slen, *dlen); in __lz4_decompress_crypto() local
H A Dzstd.c153 size_t out_len; in __zstd_compress() local
182 size_t out_len; in __zstd_decompress() local
/kernel/linux/linux-6.6/lib/lzo/
H A Dlzo1x_decompress_safe.c39 lzo1x_decompress_safe(const unsigned char *in, size_t in_len, unsigned char *out, size_t *out_len) lzo1x_decompress_safe() argument
H A Dlzo1x_compress.c22 lzo1x_1_do_compress(const unsigned char *in, size_t in_len, unsigned char *out, size_t *out_len, size_t ti, void *wrkmem, signed char *state_offset, const unsigned char bitstream_version) lzo1x_1_do_compress() argument
302 lzogeneric1x_1_compress(const unsigned char *in, size_t in_len, unsigned char *out, size_t *out_len, void *wrkmem, const unsigned char bitstream_version) lzogeneric1x_1_compress() argument
379 lzo1x_1_compress(const unsigned char *in, size_t in_len, unsigned char *out, size_t *out_len, void *wrkmem) lzo1x_1_compress() argument
386 lzorle1x_1_compress(const unsigned char *in, size_t in_len, unsigned char *out, size_t *out_len, void *wrkmem) lzorle1x_1_compress() argument
[all...]

Completed in 9 milliseconds

12345