Searched refs:output_vec (Results 1 – 1 of 1) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_cryptodev.c | 8356 const uint8_t *output_vec, in test_pdcp_proto() argument 8510 if (memcmp(ciphertext, output_vec, output_vec_len)) { in test_pdcp_proto() 8513 rte_hexdump(stdout, "reference", output_vec, output_vec_len); in test_pdcp_proto() 8542 uint8_t *output_vec, in test_pdcp_proto_SGL() argument 8794 if (memcmp(ciphertext, output_vec, fragsz)) { in test_pdcp_proto_SGL() 8797 rte_hexdump(stdout, "reference", output_vec, fragsz); in test_pdcp_proto_SGL() 8812 if (memcmp(ciphertext, output_vec + off, to_trn_tbl[ecx])) { in test_pdcp_proto_SGL() 8815 rte_hexdump(stdout, "reference", output_vec + off, in test_pdcp_proto_SGL()
|