Lines Matching refs:output_vec_len
8357 unsigned int output_vec_len, in test_pdcp_proto() argument
8400 rte_pktmbuf_append(ut_params->obuf, output_vec_len); in test_pdcp_proto()
8510 if (memcmp(ciphertext, output_vec, output_vec_len)) { in test_pdcp_proto()
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()
8543 unsigned int output_vec_len, in test_pdcp_proto_SGL() argument
8586 if (fragsz_oop > output_vec_len) in test_pdcp_proto_SGL()
8587 frag_size_oop = output_vec_len; in test_pdcp_proto_SGL()
8662 while (trn_data < output_vec_len) { in test_pdcp_proto_SGL()
8665 (output_vec_len - trn_data < in test_pdcp_proto_SGL()
8667 (output_vec_len - trn_data) : in test_pdcp_proto_SGL()