| /f-stack/dpdk/app/test/ |
| H A D | test_cryptodev_security_pdcp_sdap_test_vectors.h | 25 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 D | test_cryptodev.c | 8386 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 D | hinic_pmd_cfg.c | 173 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 D | generichash.c | 1302 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 D | lzf.h | 77 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 D | lzf_c.c | 99 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 D | lzf_d.c | 60 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 D | dsw_event.c | 977 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 D | fpga_lte_fec.c | 176 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 D | dpaa_sec.c | 1617 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 D | dpaa2_sec_dpseci.c | 73 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()
|