| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_hexdump.h | 35 rte_hexdump(FILE *f, const char * title, const void * buf, unsigned int len);
|
| H A D | meson.build | 24 'rte_hexdump.h',
|
| /f-stack/dpdk/drivers/common/qat/ |
| H A D | qat_logs.c | 15 rte_hexdump(rte_log_get_stream(), title, buf, len); in qat_hexdump_log()
|
| /f-stack/dpdk/drivers/crypto/bcmfs/ |
| H A D | bcmfs_logs.c | 23 rte_hexdump(rte_log_get_stream(), title, buf, len); in bcmfs_hexdump_log()
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_hexdump.c | 14 rte_hexdump(FILE *f, const char *title, const void *buf, unsigned int len) in rte_hexdump() function
|
| /f-stack/dpdk/lib/librte_port/ |
| H A D | rte_swx_port_source_sink.c | 172 rte_hexdump(stdout, NULL, &pkt->pkt[pkt->offset], pkt->length); in source_pkt_rx() 289 rte_hexdump(stdout, NULL, &pkt->pkt[pkt->offset], pkt->length); in sink_pkt_tx()
|
| H A D | rte_swx_port_ethdev.c | 125 rte_hexdump(stdout, in reader_pkt_rx() 253 rte_hexdump(stdout, NULL, &pkt->pkt[pkt->offset], pkt->length); in writer_pkt_tx()
|
| /f-stack/dpdk/app/test/ |
| H A D | test.h | 134 rte_hexdump(file, title, buf, len); in debug_hexdump()
|
| H A D | test_common.c | 97 rte_hexdump(stdout, "test", memdump, sizeof(memdump)); in test_misc()
|
| H A D | test_table_pipeline.c | 478 rte_hexdump(stdout, "Object:", in test_pipeline_single_filter()
|
| H A D | test_ring.c | 463 rte_hexdump(stdout, "src", src, size); in test_ring_mem_cmp() 464 rte_hexdump(stdout, "dst", dst, size); in test_ring_mem_cmp()
|
| H A D | test_table_acl.c | 694 rte_hexdump(stdout, "mbuf", in test_pipeline_single_filter()
|
| H A D | test_cryptodev.c | 4089 rte_hexdump(stdout, "ciphertext:", ciphertext, plaintext_len); in test_snow3g_encryption_offset_oop() 7907 rte_hexdump(stdout, "encrypted", ciphertext, output_vec_len); in test_pdcp_proto() 7908 rte_hexdump(stdout, "reference", output_vec, output_vec_len); in test_pdcp_proto() 8165 rte_hexdump(stdout, "encrypted", ciphertext, fragsz); in test_pdcp_proto_SGL() 8166 rte_hexdump(stdout, "reference", output_vec, fragsz); in test_pdcp_proto_SGL() 8183 rte_hexdump(stdout, "encrypted", ciphertext, to_trn_tbl[ecx]); in test_pdcp_proto_SGL() 8184 rte_hexdump(stdout, "reference", output_vec + off, in test_pdcp_proto_SGL() 8652 rte_hexdump(stdout, "expected", d_td->plaintext.data, in test_docsis_proto_uplink() 8654 rte_hexdump(stdout, "actual", plaintext, d_td->plaintext.len); in test_docsis_proto_uplink() 8826 rte_hexdump(stdout, "expected", d_td->ciphertext.data, in test_docsis_proto_downlink() [all …]
|
| /f-stack/dpdk/lib/librte_eal/ |
| H A D | rte_eal_exports.def | 64 rte_hexdump
|
| H A D | version.map | 79 rte_hexdump;
|
| /f-stack/dpdk/examples/l2fwd-crypto/ |
| H A D | main.c | 1503 rte_hexdump(stdout, "Cipher key:", in display_cipher_info() 1506 rte_hexdump(stdout, "IV:", options->cipher_iv.data, options->cipher_iv.length); in display_cipher_info() 1515 rte_hexdump(stdout, "Auth key:", in display_auth_info() 1518 rte_hexdump(stdout, "IV:", options->auth_iv.data, options->auth_iv.length); in display_auth_info() 1527 rte_hexdump(stdout, "AEAD key:", in display_aead_info() 1530 rte_hexdump(stdout, "IV:", options->aead_iv.data, options->aead_iv.length); in display_aead_info() 1531 rte_hexdump(stdout, "AAD:", options->aad.data, options->aad.length); in display_aead_info()
|
| /f-stack/dpdk/drivers/crypto/caam_jr/ |
| H A D | caam_jr.c | 619 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()
|
| /f-stack/dpdk/doc/api/ |
| H A D | doxy-api-index.md | 208 [hexdump] (@ref rte_hexdump.h),
|
| /f-stack/dpdk/drivers/crypto/aesni_gcm/ |
| H A D | aesni_gcm_pmd.c | 676 rte_hexdump(stdout, "auth tag (orig):", in post_process_gcm_crypto_op() 678 rte_hexdump(stdout, "auth tag (calc):", in post_process_gcm_crypto_op()
|
| /f-stack/dpdk/lib/librte_mbuf/ |
| H A D | rte_mbuf.c | 701 rte_hexdump(f, NULL, rte_pktmbuf_mtod(m, void *), len); in rte_pktmbuf_dump()
|
| /f-stack/dpdk/app/proc-info/ |
| H A D | main.c | 1330 rte_hexdump(stdout, " Obj Content", in mempool_itr_obj()
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | config.c | 907 rte_hexdump(stdout, "hexdump", einfo.data, einfo.length); in port_eeprom_display() 967 rte_hexdump(stdout, "hexdump", einfo.data, einfo.length); in port_module_eeprom_display()
|
| H A D | cmdline_flow.c | 7805 rte_hexdump(stdout, title, raw_data, raw_size); in cmd_show_set_raw_parsed() 7810 rte_hexdump(stdout, title, raw_data, raw_size); in cmd_show_set_raw_parsed()
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_rxtx.c | 700 rte_hexdump(fd, hex_title, buf, hex_len); in mlx5_dump_debug_information()
|