Lines Matching refs:rte_hexdump
4068 rte_hexdump(stdout, "plaintext:", plaintext, tdata->plaintext.len); in test_snow3g_encryption_offset_oop()
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()
8828 rte_hexdump(stdout, "actual", ciphertext, d_td->ciphertext.len); in test_docsis_proto_downlink()