Home
last modified time | relevance | path

Searched refs:rte_hexdump (Results 1 – 25 of 31) sorted by relevance

12

/dpdk/lib/eal/include/
H A Drte_hexdump.h35 rte_hexdump(FILE *f, const char * title, const void * buf, unsigned int len);
H A Dmeson.build24 'rte_hexdump.h',
/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_logs.c20 rte_hexdump(rte_log_get_stream(), title, buf, len); in bcmfs_hexdump_log()
/dpdk/drivers/common/qat/
H A Dqat_logs.c15 rte_hexdump(rte_log_get_stream(), title, buf, len); in qat_hexdump_log()
/dpdk/lib/port/
H A Drte_swx_port_fd.c137 rte_hexdump(stdout, NULL, in reader_pkt_rx()
238 rte_hexdump(stdout, NULL, &pkt->pkt[pkt->offset], pkt->length); in writer_pkt_tx()
H A Drte_swx_port_ring.c120 rte_hexdump(stdout, in reader_pkt_rx()
253 rte_hexdump(stdout, NULL, &pkt->pkt[pkt->offset], pkt->length); in writer_pkt_tx()
H A Drte_swx_port_ethdev.c125 rte_hexdump(stdout, in reader_pkt_rx()
253 rte_hexdump(stdout, NULL, &pkt->pkt[pkt->offset], pkt->length); in writer_pkt_tx()
H A Drte_swx_port_source_sink.c177 rte_hexdump(stdout, NULL, &pkt->pkt[pkt->offset], pkt->length); in source_pkt_rx()
296 rte_hexdump(stdout, NULL, &pkt->pkt[pkt->offset], pkt->length); in sink_pkt_tx()
/dpdk/lib/eal/common/
H A Deal_common_hexdump.c11 rte_hexdump(FILE *f, const char *title, const void *buf, unsigned int len) in rte_hexdump() function
/dpdk/drivers/crypto/ipsec_mb/
H A Dpmd_chacha_poly.c261 rte_hexdump(stdout, "auth tag (orig):", in post_process_chacha20_poly1305_crypto_op()
263 rte_hexdump(stdout, "auth tag (calc):", in post_process_chacha20_poly1305_crypto_op()
H A Dpmd_aesni_gcm.c203 rte_hexdump(stdout, "auth tag (orig):", in post_process_gcm_crypto_op()
205 rte_hexdump(stdout, "auth tag (calc):", in post_process_gcm_crypto_op()
/dpdk/app/test/
H A Dtest.h144 rte_hexdump(file, title, buf, len); in debug_hexdump()
H A Dtest_common.c101 rte_hexdump(stdout, "test", memdump, sizeof(memdump)); in test_misc()
H A Dtest_table_pipeline.c480 rte_hexdump(stdout, "Object:", in test_pipeline_single_filter()
H A Dtest_cryptodev_security_ipsec.c848 rte_hexdump(stdout, "expected", td_output_text, len); in test_ipsec_td_verify()
849 rte_hexdump(stdout, "actual", output_text, len); in test_ipsec_td_verify()
H A Dtest_ring.c462 rte_hexdump(stdout, "src", src, size); in test_ring_mem_cmp()
463 rte_hexdump(stdout, "dst", dst, size); in test_ring_mem_cmp()
H A Dtest_table_acl.c696 rte_hexdump(stdout, "mbuf", in test_pipeline_single_filter()
H A Dtest_cryptodev.c4569 rte_hexdump(stdout, "ciphertext:", ciphertext, plaintext_len); in test_snow3g_encryption_offset_oop()
8512 rte_hexdump(stdout, "encrypted", ciphertext, output_vec_len); in test_pdcp_proto()
8513 rte_hexdump(stdout, "reference", output_vec, output_vec_len); in test_pdcp_proto()
8796 rte_hexdump(stdout, "encrypted", ciphertext, fragsz); in test_pdcp_proto_SGL()
8797 rte_hexdump(stdout, "reference", output_vec, fragsz); in test_pdcp_proto_SGL()
8814 rte_hexdump(stdout, "encrypted", ciphertext, to_trn_tbl[ecx]); in test_pdcp_proto_SGL()
8815 rte_hexdump(stdout, "reference", output_vec + off, in test_pdcp_proto_SGL()
9075 rte_hexdump(stdout, "MAC I", in test_PDCP_PROTO_short_mac()
10404 rte_hexdump(stdout, "expected", d_td->plaintext.data, in test_docsis_proto_uplink()
10406 rte_hexdump(stdout, "actual", plaintext, d_td->plaintext.len); in test_docsis_proto_uplink()
[all …]
/dpdk/examples/l2fwd-crypto/
H A Dmain.c1546 rte_hexdump(stdout, "Cipher key:", in display_cipher_info()
1549 rte_hexdump(stdout, "IV:", options->cipher_iv.data, options->cipher_iv.length); in display_cipher_info()
1558 rte_hexdump(stdout, "Auth key:", in display_auth_info()
1561 rte_hexdump(stdout, "IV:", options->auth_iv.data, options->auth_iv.length); in display_auth_info()
1570 rte_hexdump(stdout, "AEAD key:", in display_aead_info()
1573 rte_hexdump(stdout, "IV:", options->aead_iv.data, options->aead_iv.length); in display_aead_info()
1574 rte_hexdump(stdout, "AAD:", options->aad.data, options->aad.length); in display_aead_info()
/dpdk/drivers/net/mlx5/
H A Dmlx5_rxtx.c349 rte_hexdump(fd, hex_title, buf, hex_len); in mlx5_dump_debug_information()
/dpdk/drivers/crypto/caam_jr/
H A Dcaam_jr.c619 rte_hexdump(stdout, "PROCESSED", in hw_poll_job_ring()
623 rte_hexdump(stdout, "PROCESSED", in hw_poll_job_ring()
775 rte_hexdump(stdout, "ICV", ctx->digest, ses->digest_length); in build_auth_only_sg()
844 rte_hexdump(stdout, "ICV", ctx->digest, ses->digest_length); in build_auth_only()
1409 rte_hexdump(stdout, "DECODE", in caam_jr_enqueue_op()
1413 rte_hexdump(stdout, "ENCODE", in caam_jr_enqueue_op()
/dpdk/lib/eal/
H A Dversion.map109 rte_hexdump;
/dpdk/doc/api/
H A Ddoxy-api-index.md219 [hexdump] (@ref rte_hexdump.h),
/dpdk/lib/mbuf/
H A Drte_mbuf.c695 rte_hexdump(f, NULL, rte_pktmbuf_mtod(m, void *), len); in rte_pktmbuf_dump()
/dpdk/doc/guides/contributing/
H A Dunit_test.rst222 #include <rte_hexdump.h>

12