Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_cryptodev.c7751 const uint8_t *output_vec, in test_pdcp_proto() argument
7905 if (memcmp(ciphertext, output_vec, output_vec_len)) { in test_pdcp_proto()
7908 rte_hexdump(stdout, "reference", output_vec, output_vec_len); in test_pdcp_proto()
7937 uint8_t *output_vec, in test_pdcp_proto_SGL() argument
8163 if (memcmp(ciphertext, output_vec, fragsz)) { in test_pdcp_proto_SGL()
8166 rte_hexdump(stdout, "reference", output_vec, fragsz); in test_pdcp_proto_SGL()
8181 if (memcmp(ciphertext, output_vec + off, to_trn_tbl[ecx])) { in test_pdcp_proto_SGL()
8184 rte_hexdump(stdout, "reference", output_vec + off, in test_pdcp_proto_SGL()