/linux/crypto/ |
H A D | lz4hc.c | 53 u8 *dst, unsigned int *dlen, void *ctx) in __lz4hc_compress_crypto() 66 unsigned int slen, u8 *dst, unsigned int *dlen, in lz4hc_scompress() 74 unsigned int *dlen) in lz4hc_compress_crypto() 83 u8 *dst, unsigned int *dlen, void *ctx) in __lz4hc_decompress_crypto() 95 unsigned int slen, u8 *dst, unsigned int *dlen, in lz4hc_sdecompress() 103 unsigned int *dlen) in lz4hc_decompress_crypto()
|
H A D | lz4.c | 54 u8 *dst, unsigned int *dlen, void *ctx) in __lz4_compress_crypto() 67 unsigned int slen, u8 *dst, unsigned int *dlen, in lz4_scompress() 74 unsigned int slen, u8 *dst, unsigned int *dlen) in lz4_compress_crypto() 82 u8 *dst, unsigned int *dlen, void *ctx) in __lz4_decompress_crypto() 94 unsigned int slen, u8 *dst, unsigned int *dlen, in lz4_sdecompress() 102 unsigned int *dlen) in lz4_decompress_crypto()
|
H A D | lzo-rle.c | 53 u8 *dst, unsigned int *dlen, void *ctx) in __lzorle_compress() 68 unsigned int slen, u8 *dst, unsigned int *dlen) in lzorle_compress() 76 unsigned int slen, u8 *dst, unsigned int *dlen, in lzorle_scompress() 83 u8 *dst, unsigned int *dlen) in __lzorle_decompress() 98 unsigned int slen, u8 *dst, unsigned int *dlen) in lzorle_decompress() 104 unsigned int slen, u8 *dst, unsigned int *dlen, in lzorle_sdecompress()
|
H A D | lzo.c | 53 u8 *dst, unsigned int *dlen, void *ctx) in __lzo_compress() 68 unsigned int slen, u8 *dst, unsigned int *dlen) in lzo_compress() 76 unsigned int slen, u8 *dst, unsigned int *dlen, in lzo_scompress() 83 u8 *dst, unsigned int *dlen) in __lzo_decompress() 98 unsigned int slen, u8 *dst, unsigned int *dlen) in lzo_decompress() 104 unsigned int slen, u8 *dst, unsigned int *dlen, in lzo_sdecompress()
|
H A D | zstd.c | 151 u8 *dst, unsigned int *dlen, void *ctx) in __zstd_compress() 165 unsigned int slen, u8 *dst, unsigned int *dlen) in zstd_compress() 173 unsigned int slen, u8 *dst, unsigned int *dlen, in zstd_scompress() 180 u8 *dst, unsigned int *dlen, void *ctx) in __zstd_decompress() 193 unsigned int slen, u8 *dst, unsigned int *dlen) in zstd_decompress() 201 unsigned int slen, u8 *dst, unsigned int *dlen, in zstd_sdecompress()
|
H A D | deflate.c | 160 u8 *dst, unsigned int *dlen, void *ctx) in __deflate_compress() 189 unsigned int slen, u8 *dst, unsigned int *dlen) in deflate_compress() 197 unsigned int slen, u8 *dst, unsigned int *dlen, in deflate_scompress() 204 u8 *dst, unsigned int *dlen, void *ctx) in __deflate_decompress() 245 unsigned int slen, u8 *dst, unsigned int *dlen) in deflate_decompress() 253 unsigned int slen, u8 *dst, unsigned int *dlen, in deflate_sdecompress()
|
H A D | 842.c | 67 u8 *dst, unsigned int *dlen) in crypto842_compress() 76 u8 *dst, unsigned int *dlen, void *ctx) in crypto842_scompress() 83 u8 *dst, unsigned int *dlen) in crypto842_decompress() 90 u8 *dst, unsigned int *dlen, void *ctx) in crypto842_sdecompress()
|
H A D | compress.c | 14 u8 *dst, unsigned int *dlen) in crypto_comp_compress() 25 u8 *dst, unsigned int *dlen) in crypto_comp_decompress()
|
/linux/drivers/crypto/cavium/zip/ |
H A D | zip_crypto.c | 123 u8 *dst, unsigned int *dlen, in zip_compress() 159 u8 *dst, unsigned int *dlen, in zip_decompress() 222 u8 *dst, unsigned int *dlen) in zip_comp_compress() 231 u8 *dst, unsigned int *dlen) in zip_comp_decompress() 287 u8 *dst, unsigned int *dlen, void *ctx) in zip_scomp_compress() 296 u8 *dst, unsigned int *dlen, void *ctx) in zip_scomp_decompress()
|
/linux/net/netfilter/ |
H A D | nf_conntrack_ftp.c | 109 get_ipv6_addr(const char *src, size_t dlen, struct in6_addr *dst, u_int8_t term) in get_ipv6_addr() 118 static int try_number(const char *data, size_t dlen, u_int32_t array[], in try_number() 150 static int try_rfc959(const char *data, size_t dlen, in try_rfc959() 177 static int try_rfc1123(const char *data, size_t dlen, in try_rfc1123() 195 static int get_port(const char *data, int start, size_t dlen, char delim, in get_port() 221 static int try_eprt(const char *data, size_t dlen, struct nf_conntrack_man *cmd, in try_eprt() 269 static int try_epsv_response(const char *data, size_t dlen, in try_epsv_response() 286 static int find_pattern(const char *data, size_t dlen, in find_pattern() argument
|
/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | qat_comp_req.h | 12 u64 dst, u32 dlen, u64 opaque) in qat_comp_create_req() 28 static inline void qat_comp_override_dst(void *req, u64 dst, u32 dlen) in qat_comp_override_dst() 40 u64 dst, u32 dlen, in qat_comp_create_compression_req() 48 u64 dst, u32 dlen, in qat_comp_create_decompression_req()
|
/linux/drivers/crypto/nx/ |
H A D | nx-842.c | 88 unsigned int slen, unsigned int dlen) in update_param() 165 unsigned int slen = p->iremain, dlen = p->oremain, tmplen; in compress() local 251 u8 *dst, unsigned int *dlen) in nx842_crypto_compress() 345 unsigned int dlen = p->oremain, tmplen; in decompress() local 436 u8 *dst, unsigned int *dlen) in nx842_crypto_decompress()
|
/linux/include/net/ |
H A D | ife.h | 33 static inline void *ife_tlv_meta_decode(void *skbdata, u16 *attrtype, u16 *dlen, in ife_tlv_meta_decode() 39 static inline int ife_tlv_meta_encode(void *skbdata, u16 attrtype, u16 dlen, in ife_tlv_meta_encode()
|
/linux/drivers/block/zram/ |
H A D | backend_842.c | 35 unsigned int dlen = req->dst_len; in compress_842() local 48 unsigned int dlen = req->dst_len; in decompress_842() local
|
/linux/include/uapi/linux/ |
H A D | pg.h | 51 int dlen; /* number of bytes expected to transfer */ member 61 int dlen; /* size of device transfer request */ member
|
/linux/include/crypto/ |
H A D | rng.h | 144 u8 *dst, unsigned int dlen) in crypto_rng_generate() 161 u8 *rdata, unsigned int dlen) in crypto_rng_get_bytes()
|
H A D | acompress.h | 35 unsigned int dlen; member 228 unsigned int dlen) in acomp_request_set_params()
|
/linux/fs/isofs/ |
H A D | namei.c | 19 isofs_cmp(struct dentry *dentry, const char *compare, int dlen) in isofs_cmp() 55 int de_len, match, i, dlen; in isofs_find_entry() local
|
/linux/include/crypto/internal/ |
H A D | scompress.h | 87 u8 *dst, unsigned int *dlen, void *ctx) in crypto_scomp_compress() 94 u8 *dst, unsigned int *dlen, in crypto_scomp_decompress()
|
/linux/drivers/scsi/qedf/ |
H A D | qedf_fip.c | 86 size_t dlen; in qedf_fcoe_process_vlan_resp() local 176 size_t rlen, dlen; in qedf_fip_recv() local
|
/linux/net/ife/ |
H A D | ife.c | 128 u16 *dlen, u16 *totlen) in ife_tlv_meta_decode() 159 int ife_tlv_meta_encode(void *skbdata, u16 attrtype, u16 dlen, const void *dval) in ife_tlv_meta_encode()
|
/linux/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-encoder.c | 28 const u32 *data, unsigned int dlen) in pvr2_encoder_write_words() 74 u32 *data, unsigned int dlen) in pvr2_encoder_read_words()
|
/linux/drivers/crypto/marvell/octeontx2/ |
H A D | otx2_cpt_reqmgr.h | 48 u16 dlen; member 64 __be16 dlen; member 153 u32 dlen; member 350 u32 dlen = 0, g_len, sg_len, info_len; in cn10k_sgv2_info_create() local 422 u32 dlen, align_dlen, info_len; in otx2_sg_info_create() local
|
/linux/drivers/scsi/fcoe/ |
H A D | fcoe_ctlr.c | 615 size_t dlen; in fcoe_ctlr_encaps() local 899 size_t dlen; in fcoe_ctlr_parse_adv() local 1149 size_t dlen; in fcoe_ctlr_recv_els() local 1315 size_t dlen; in fcoe_ctlr_recv_clr_vlink() local 2029 size_t dlen; in fcoe_ctlr_vn_send() local 2276 size_t dlen; in fcoe_ctlr_vn_parse() local 2805 size_t dlen; in fcoe_ctlr_vlan_parse() local 2903 size_t dlen; in fcoe_ctlr_vlan_send() local
|
/linux/drivers/crypto/cavium/cpt/ |
H A D | request_manager.h | 49 u16 dlen; member 97 u32 dlen; member 120 __be16 dlen; member
|