/openbmc/qemu/crypto/ |
H A D | der.c | 31 size_t dlen; member 112 static uint8_t qcrypto_der_peek_byte(const uint8_t **data, size_t *dlen) in qcrypto_der_peek_byte() 118 size_t *dlen, in qcrypto_der_cut_nbytes() 125 static uint8_t qcrypto_der_cut_byte(const uint8_t **data, size_t *dlen) in qcrypto_der_cut_byte() 145 static int qcrypto_der_extract_definite_data(const uint8_t **data, size_t *dlen, in qcrypto_der_extract_definite_data() 206 static int qcrypto_der_extract_data(const uint8_t **data, size_t *dlen, in qcrypto_der_extract_data() 227 const uint8_t **data, size_t *dlen, in qcrypto_der_decode_tlv() 259 int qcrypto_der_decode_int(const uint8_t **data, size_t *dlen, in qcrypto_der_decode_int() 268 int qcrypto_der_decode_seq(const uint8_t **data, size_t *dlen, in qcrypto_der_decode_seq() 277 int qcrypto_der_decode_octet_str(const uint8_t **data, size_t *dlen, in qcrypto_der_decode_octet_str() [all …]
|
/openbmc/linux/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 | 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 | 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 | 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 | 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 | 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 | deflate.c | 177 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()
|
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()
|
/openbmc/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()
|
/openbmc/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
|
/openbmc/qemu/tests/unit/ |
H A D | test-xbzrle.c | 46 int dlen = 0; in test_encode_decode_zero() local 70 int dlen = 0; in test_encode_decode_unchanged() local 94 int dlen = 0, rc = 0; in test_encode_decode_1_byte() local 139 int dlen = 0; in encode_decode_range() local
|
H A D | test-crypto-der.c | 182 static int qcrypto_wrapped_decode_ctx_tag0(const uint8_t **data, size_t *dlen, in qcrypto_wrapped_decode_ctx_tag0() 189 static int qcrypto_wrapped_decode_ctx_tag1(const uint8_t **data, size_t *dlen, in qcrypto_wrapped_decode_ctx_tag1() 217 size_t dlen; member
|
/openbmc/u-boot/fs/btrfs/ |
H A D | compression.c | 13 static u32 decompress_lzo(const u8 *cbuf, u32 clen, u8 *dbuf, u32 dlen) in decompress_lzo() 63 static u32 decompress_zlib(const u8 *_cbuf, u32 clen, u8 *dbuf, u32 dlen) in decompress_zlib() 111 u32 btrfs_decompress(u8 type, const char *c, u32 clen, char *d, u32 dlen) in btrfs_decompress()
|
H A D | extent-io.c | 16 u32 clen, dlen, orig_size = size, res; in btrfs_read_extent_inline() local 68 u64 physical, clen, dlen, orig_size = size; in btrfs_read_extent_reg() local
|
/openbmc/qemu/migration/ |
H A D | xbzrle.c | 24 uint8_t *dst, int dlen) in xbzrle_encode_buffer_avx512() 156 uint8_t *dst, int dlen) in xbzrle_encode_buffer() 175 uint8_t *dst, int dlen) in xbzrle_encode_buffer() 276 int xbzrle_decode_buffer(uint8_t *src, int slen, uint8_t *dst, int dlen) in xbzrle_decode_buffer()
|
/openbmc/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()
|
/openbmc/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() 343 unsigned int dlen = p->oremain, tmplen; in decompress() local 434 u8 *dst, unsigned int *dlen) in nx842_crypto_decompress()
|
/openbmc/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()
|
/openbmc/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
|
/openbmc/u-boot/drivers/i2c/ |
H A D | fsl_i2c.c | 405 int olen, u8 *data, int dlen) in __i2c_read() 452 u8 *offset, int olen, u8 *data, int dlen) in __i2c_write() 509 int olen, u8 *data, int dlen) in fsl_i2c_read() 518 int olen, u8 *data, int dlen) in fsl_i2c_write()
|
/openbmc/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
|
/openbmc/linux/include/crypto/internal/ |
H A D | scompress.h | 88 u8 *dst, unsigned int *dlen, void *ctx) in crypto_scomp_compress() 95 u8 *dst, unsigned int *dlen, in crypto_scomp_decompress()
|
/openbmc/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
|
/openbmc/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()
|