Home
last modified time | relevance | path

Searched refs:in_len (Results 1 – 11 of 11) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_cryptodev_security_pdcp_sdap_test_vectors.h25 uint32_t in_len; member
55 .in_len = 16,
84 .in_len = 16,
113 .in_len = 16,
143 .in_len = 16,
172 .in_len = 16,
202 .in_len = 16,
231 .in_len = 16,
260 .in_len = 16,
302 .in_len = 66,
[all …]
H A Dtest_cryptodev.c8386 cur_test->in_len, cur_test->data_out, in test_PDCP_SDAP_PROTO_encap_all()
8387 cur_test->in_len + ((cur_test->auth_key) ? 4 : 0), in test_PDCP_SDAP_PROTO_encap_all()
8429 cur_test->in_len + ((cur_test->auth_key) ? 4 : 0), in test_PDCP_SDAP_PROTO_decap_all()
8430 cur_test->data_in, cur_test->in_len, in test_PDCP_SDAP_PROTO_decap_all()
/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_cfg.c173 u16 in_len, out_len; in get_cap_from_fw() local
177 in_len = sizeof(dev_cap); in get_cap_from_fw()
178 out_len = in_len; in get_cap_from_fw()
181 &dev_cap, in_len, &dev_cap, &out_len, 0); in get_cap_from_fw()
195 u16 in_len, out_len; in get_cap_from_pf() local
199 in_len = sizeof(dev_cap); in get_cap_from_pf()
200 out_len = in_len; in get_cap_from_pf()
202 &dev_cap, in_len, &dev_cap, &out_len, in get_cap_from_pf()
/f-stack/freebsd/contrib/libsodium/test/default/
H A Dgenerichash.c1302 size_t in_len; in tv() local
1316 in_len = strlen(tests[i].in_hex) / 2; in tv()
1317 in = (unsigned char *) sodium_malloc(in_len); in tv()
1318 sodium_hex2bin(in, in_len, tests[i].in_hex, strlen(tests[i].in_hex), in tv()
1321 in, (unsigned long long) in_len, in tv()
/f-stack/app/redis-5.0.5/src/
H A Dlzf.h77 lzf_compress (const void *const in_data, unsigned int in_len,
96 lzf_decompress (const void *const in_data, unsigned int in_len,
H A Dlzf_c.c99 lzf_compress (const void *const in_data, unsigned int in_len, in lzf_compress() argument
111 const u8 *in_end = ip + in_len; in lzf_compress()
130 if (!in_len || !out_len) in lzf_compress()
H A Dlzf_d.c60 lzf_decompress (const void *const in_data, unsigned int in_len, in lzf_decompress() argument
65 u8 const *const in_end = ip + in_len; in lzf_decompress()
/f-stack/dpdk/drivers/event/dsw/
H A Ddsw_event.c977 uint16_t in_len; in dsw_port_forward_emigrated_flow() local
980 in_len = rte_event_ring_dequeue_burst(source_port->in_ring, in dsw_port_forward_emigrated_flow()
988 for (i = 0; i < in_len; i++) { in dsw_port_forward_emigrated_flow()
1003 events_left -= in_len; in dsw_port_forward_emigrated_flow()
/f-stack/dpdk/drivers/baseband/fpga_lte_fec/
H A Dfpga_lte_fec.c176 uint16_t in_len; member
469 (uint16_t)desc->dec_req.in_len, in print_dma_dec_desc_debug_info()
1308 desc->in_len = in_length; in fpga_dma_desc_td_fill()
/f-stack/dpdk/drivers/crypto/dpaa_sec/
H A Ddpaa_sec.c1617 uint32_t in_len = 0, out_len = 0; in build_proto_sg() local
1669 in_len = mbuf->data_len; in build_proto_sg()
1687 in_len += sg->length; in build_proto_sg()
1693 in_sg->length = in_len; in build_proto_sg()
/f-stack/dpdk/drivers/crypto/dpaa2_sec/
H A Ddpaa2_sec_dpseci.c73 uint32_t in_len = 0, out_len = 0; in build_proto_compound_sg_fd() local
149 in_len += sge->length; in build_proto_compound_sg_fd()
158 in_len += sge->length; in build_proto_compound_sg_fd()
161 ip_fle->length = in_len; in build_proto_compound_sg_fd()