/Linux-v4.19/crypto/ |
D | lz4.c | 67 u8 *dst, unsigned int *dlen, void *ctx) in __lz4_compress_crypto() 80 unsigned int slen, u8 *dst, unsigned int *dlen, in lz4_scompress() 87 unsigned int slen, u8 *dst, unsigned int *dlen) in lz4_compress_crypto() 95 u8 *dst, unsigned int *dlen, void *ctx) in __lz4_decompress_crypto() 107 unsigned int slen, u8 *dst, unsigned int *dlen, in lz4_sdecompress() 115 unsigned int *dlen) in lz4_decompress_crypto()
|
D | lz4hc.c | 66 u8 *dst, unsigned int *dlen, void *ctx) in __lz4hc_compress_crypto() 79 unsigned int slen, u8 *dst, unsigned int *dlen, in lz4hc_scompress() 87 unsigned int *dlen) in lz4hc_compress_crypto() 96 u8 *dst, unsigned int *dlen, void *ctx) in __lz4hc_decompress_crypto() 108 unsigned int slen, u8 *dst, unsigned int *dlen, in lz4hc_sdecompress() 116 unsigned int *dlen) in lz4hc_decompress_crypto()
|
D | lzo.c | 66 u8 *dst, unsigned int *dlen, void *ctx) in __lzo_compress() 81 unsigned int slen, u8 *dst, unsigned int *dlen) in lzo_compress() 89 unsigned int slen, u8 *dst, unsigned int *dlen, in lzo_scompress() 96 u8 *dst, unsigned int *dlen) in __lzo_decompress() 111 unsigned int slen, u8 *dst, unsigned int *dlen) in lzo_decompress() 117 unsigned int slen, u8 *dst, unsigned int *dlen, in lzo_sdecompress()
|
D | zstd.c | 159 u8 *dst, unsigned int *dlen, void *ctx) in __zstd_compress() 173 unsigned int slen, u8 *dst, unsigned int *dlen) in zstd_compress() 181 unsigned int slen, u8 *dst, unsigned int *dlen, in zstd_scompress() 188 u8 *dst, unsigned int *dlen, void *ctx) in __zstd_decompress() 201 unsigned int slen, u8 *dst, unsigned int *dlen) in zstd_decompress() 209 unsigned int slen, u8 *dst, unsigned int *dlen, in zstd_sdecompress()
|
D | 842.c | 76 u8 *dst, unsigned int *dlen) in crypto842_compress() 85 u8 *dst, unsigned int *dlen, void *ctx) in crypto842_scompress() 92 u8 *dst, unsigned int *dlen) in crypto842_decompress() 99 u8 *dst, unsigned int *dlen, void *ctx) in crypto842_sdecompress()
|
D | deflate.c | 181 u8 *dst, unsigned int *dlen, void *ctx) in __deflate_compress() 210 unsigned int slen, u8 *dst, unsigned int *dlen) in deflate_compress() 218 unsigned int slen, u8 *dst, unsigned int *dlen, in deflate_scompress() 225 u8 *dst, unsigned int *dlen, void *ctx) in __deflate_decompress() 266 unsigned int slen, u8 *dst, unsigned int *dlen) in deflate_decompress() 274 unsigned int slen, u8 *dst, unsigned int *dlen, in deflate_sdecompress()
|
D | compress.c | 22 u8 *dst, unsigned int *dlen) in crypto_compress() 30 u8 *dst, unsigned int *dlen) in crypto_decompress()
|
/Linux-v4.19/drivers/crypto/cavium/zip/ |
D | zip_crypto.c | 123 u8 *dst, unsigned int *dlen, in zip_compress() 159 u8 *dst, unsigned int *dlen, in zip_decompress() 228 u8 *dst, unsigned int *dlen) in zip_comp_compress() 240 u8 *dst, unsigned int *dlen) in zip_comp_decompress() 299 u8 *dst, unsigned int *dlen, void *ctx) in zip_scomp_compress() 311 u8 *dst, unsigned int *dlen, void *ctx) in zip_scomp_decompress()
|
/Linux-v4.19/net/netfilter/ |
D | nf_conntrack_ftp.c | 114 get_ipv6_addr(const char *src, size_t dlen, struct in6_addr *dst, u_int8_t term) in get_ipv6_addr() 123 static int try_number(const char *data, size_t dlen, u_int32_t array[], in try_number() 155 static int try_rfc959(const char *data, size_t dlen, in try_rfc959() 182 static int try_rfc1123(const char *data, size_t dlen, in try_rfc1123() 200 static int get_port(const char *data, int start, size_t dlen, char delim, in get_port() 226 static int try_eprt(const char *data, size_t dlen, struct nf_conntrack_man *cmd, in try_eprt() 274 static int try_epsv_response(const char *data, size_t dlen, in try_epsv_response() 291 static int find_pattern(const char *data, size_t dlen, in find_pattern() argument
|
/Linux-v4.19/drivers/crypto/nx/ |
D | nx-842.c | 97 unsigned int slen, unsigned int dlen) in update_param() 174 unsigned int slen = p->iremain, dlen = p->oremain, tmplen; in compress() local 260 u8 *dst, unsigned int *dlen) in nx842_crypto_compress() 352 unsigned int dlen = p->oremain, tmplen; in decompress() local 444 u8 *dst, unsigned int *dlen) in nx842_crypto_decompress()
|
/Linux-v4.19/include/net/ |
D | ife.h | 34 static inline void *ife_tlv_meta_decode(void *skbdata, u16 *attrtype, u16 *dlen, in ife_tlv_meta_decode() 40 static inline int ife_tlv_meta_encode(void *skbdata, u16 attrtype, u16 dlen, in ife_tlv_meta_encode()
|
/Linux-v4.19/include/uapi/linux/ |
D | pg.h | 48 int dlen; /* number of bytes expected to transfer */ member 58 int dlen; /* size of device transfer request */ member
|
/Linux-v4.19/include/crypto/ |
D | rng.h | 141 u8 *dst, unsigned int dlen) in crypto_rng_generate() 158 u8 *rdata, unsigned int dlen) in crypto_rng_get_bytes()
|
D | acompress.h | 36 unsigned int dlen; member 226 unsigned int dlen) in acomp_request_set_params()
|
/Linux-v4.19/fs/isofs/ |
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-v4.19/drivers/scsi/qedf/ |
D | qedf_fip.c | 81 size_t dlen; in qedf_fcoe_process_vlan_resp() local 157 size_t rlen, dlen; in qedf_fip_recv() local
|
/Linux-v4.19/include/crypto/internal/ |
D | scompress.h | 83 u8 *dst, unsigned int *dlen, void *ctx) in crypto_scomp_compress() 90 u8 *dst, unsigned int *dlen, in crypto_scomp_decompress()
|
/Linux-v4.19/net/ife/ |
D | ife.c | 127 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-v4.19/drivers/bluetooth/ |
D | btmtkuart.c | 45 __be16 dlen; member 52 __le16 dlen; member 134 int err, dlen; in mtk_setup_fw() local 516 int err, dlen, type = 0; in btmtkuart_send_frame() local
|
/Linux-v4.19/drivers/media/usb/pvrusb2/ |
D | pvrusb2-encoder.c | 38 const u32 *data, unsigned int dlen) in pvr2_encoder_write_words() 84 u32 *data, unsigned int dlen) in pvr2_encoder_read_words()
|
/Linux-v4.19/net/xfrm/ |
D | xfrm_ipcomp.c | 46 int dlen = IPCOMP_SCRATCH_SIZE; in ipcomp_decompress() local 142 int dlen = IPCOMP_SCRATCH_SIZE; in ipcomp_compress() local
|
/Linux-v4.19/drivers/scsi/fcoe/ |
D | fcoe_ctlr.c | 622 size_t dlen; in fcoe_ctlr_encaps() local 908 size_t dlen; in fcoe_ctlr_parse_adv() local 1159 size_t dlen; in fcoe_ctlr_recv_els() local 1327 size_t dlen; in fcoe_ctlr_recv_clr_vlink() local 2043 size_t dlen; in fcoe_ctlr_vn_send() local 2291 size_t dlen; in fcoe_ctlr_vn_parse() local 2822 size_t dlen; in fcoe_ctlr_vlan_parse() local 2923 size_t dlen; in fcoe_ctlr_vlan_send() local
|
/Linux-v4.19/security/keys/ |
D | dh.c | 149 u8 *dst, unsigned int dlen, unsigned int zlen) in kdf_ctr() 237 ssize_t dlen; in __keyctl_dh_compute() local
|
/Linux-v4.19/drivers/crypto/cavium/cpt/ |
D | request_manager.h | 52 u16 dlen; member 98 u32 dlen; member 121 u16 dlen; member
|
/Linux-v4.19/drivers/crypto/sunxi-ss/ |
D | sun4i-ss-prng.c | 16 unsigned int slen, u8 *dst, unsigned int dlen) in sun4i_ss_prng_generate()
|