Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_cryptodev.c7752 unsigned int output_vec_len, in test_pdcp_proto() argument
7795 rte_pktmbuf_append(ut_params->obuf, output_vec_len); in test_pdcp_proto()
7905 if (memcmp(ciphertext, output_vec, output_vec_len)) { in test_pdcp_proto()
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()
7938 unsigned int output_vec_len, in test_pdcp_proto_SGL() argument
7970 if (fragsz_oop > output_vec_len) in test_pdcp_proto_SGL()
7971 frag_size_oop = output_vec_len; in test_pdcp_proto_SGL()
8046 while (trn_data < output_vec_len) { in test_pdcp_proto_SGL()
8049 (output_vec_len - trn_data < in test_pdcp_proto_SGL()
[all …]