Home
last modified time | relevance | path

Searched defs:dlen (Results 1 – 25 of 148) sorted by relevance

123456

/linux-6.3-rc2/crypto/
A Dlz4.c54 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()
A Dlz4hc.c53 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()
A Dlzo-rle.c53 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()
A Dlzo.c53 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()
A Dzstd.c151 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()
A Ddeflate.c177 u8 *dst, unsigned int *dlen, void *ctx) in __deflate_compress()
206 unsigned int slen, u8 *dst, unsigned int *dlen) in deflate_compress()
214 unsigned int slen, u8 *dst, unsigned int *dlen, in deflate_scompress()
221 u8 *dst, unsigned int *dlen, void *ctx) in __deflate_decompress()
262 unsigned int slen, u8 *dst, unsigned int *dlen) in deflate_decompress()
270 unsigned int slen, u8 *dst, unsigned int *dlen, in deflate_sdecompress()
A D842.c67 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()
A Dcompress.c14 u8 *dst, unsigned int *dlen) in crypto_comp_compress()
25 u8 *dst, unsigned int *dlen) in crypto_comp_decompress()
/linux-6.3-rc2/drivers/crypto/cavium/zip/
A Dzip_crypto.c123 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-6.3-rc2/net/netfilter/
A Dnf_conntrack_ftp.c109 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-6.3-rc2/drivers/crypto/qat/qat_common/
A Dqat_comp_req.h12 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-6.3-rc2/drivers/crypto/nx/
A Dnx-842.c88 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()
343 unsigned int dlen = p->oremain, tmplen; in decompress() local
434 u8 *dst, unsigned int *dlen) in nx842_crypto_decompress()
/linux-6.3-rc2/include/net/
A Dife.h33 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-6.3-rc2/include/uapi/linux/
A Dpg.h51 int dlen; /* number of bytes expected to transfer */ member
61 int dlen; /* size of device transfer request */ member
/linux-6.3-rc2/include/crypto/
A Drng.h138 u8 *dst, unsigned int dlen) in crypto_rng_generate()
161 u8 *rdata, unsigned int dlen) in crypto_rng_get_bytes()
/linux-6.3-rc2/fs/isofs/
A Dnamei.c19 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-6.3-rc2/include/crypto/internal/
A Dscompress.h79 u8 *dst, unsigned int *dlen, void *ctx) in crypto_scomp_compress()
86 u8 *dst, unsigned int *dlen, in crypto_scomp_decompress()
/linux-6.3-rc2/drivers/scsi/qedf/
A Dqedf_fip.c86 size_t dlen; in qedf_fcoe_process_vlan_resp() local
176 size_t rlen, dlen; in qedf_fip_recv() local
/linux-6.3-rc2/net/ife/
A Dife.c127 u16 *dlen, u16 *totlen) in ife_tlv_meta_decode()
158 int ife_tlv_meta_encode(void *skbdata, u16 attrtype, u16 dlen, const void *dval) in ife_tlv_meta_encode()
/linux-6.3-rc2/drivers/media/usb/pvrusb2/
A Dpvrusb2-encoder.c28 const u32 *data, unsigned int dlen) in pvr2_encoder_write_words()
74 u32 *data, unsigned int dlen) in pvr2_encoder_read_words()
/linux-6.3-rc2/fs/unicode/
A Dutf8-core.c100 unsigned char *dest, size_t dlen) in utf8_casefold()
142 unsigned char *dest, size_t dlen) in utf8_normalize()
/linux-6.3-rc2/drivers/scsi/fcoe/
A Dfcoe_ctlr.c615 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-6.3-rc2/net/xfrm/
A Dxfrm_ipcomp.c42 int dlen = IPCOMP_SCRATCH_SIZE; in ipcomp_decompress() local
129 int dlen = IPCOMP_SCRATCH_SIZE; in ipcomp_compress() local
/linux-6.3-rc2/drivers/crypto/cavium/cpt/
A Drequest_manager.h49 u16 dlen; member
97 u32 dlen; member
120 __be16 dlen; member
/linux-6.3-rc2/drivers/bluetooth/
A Dbtmtk.c65 int err, dlen, i, status; in btmtk_setup_firmware_79xx() local
179 int err, dlen; in btmtk_setup_firmware() local

Completed in 31 milliseconds

123456