Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_cryptodev_security_ipsec.c300 td_in->output_text.len = td_out->input_text.len; in test_ipsec_td_in_from_out()
304 td_out->output_text.len); in test_ipsec_td_in_from_out()
305 td_in->input_text.len = td_out->output_text.len; in test_ipsec_td_in_from_out()
603 output_text += iv_pos; in test_ipsec_iv_verify_push()
611 if (memcmp(output_text, iv_tmp, iv_len) == 0) { in test_ipsec_iv_verify_push()
620 memcpy(iv_tmp, output_text, iv_len); in test_ipsec_iv_verify_push()
776 output_text += sizeof(struct rte_udp_hdr); in test_ipsec_td_verify()
779 if (len != td->output_text.len) { in test_ipsec_td_verify()
781 len, td->output_text.len); in test_ipsec_td_verify()
798 output_text += skip; in test_ipsec_td_verify()
[all …]
H A Dtest_cryptodev_security_ipsec_test_vectors.h46 .output_text = {
149 .output_text = {
250 .output_text = {
369 .output_text = {
461 .output_text = {
565 .output_text = {
676 .output_text = {
783 .output_text = {
886 .output_text = {
988 .output_text = {
[all …]
H A Dtest_cryptodev_security_ipsec.h29 } output_text; member
H A Dtest_cryptodev.c9143 (const struct rte_ipv4_hdr *)td[0].output_text.data; in test_ipsec_proto_process()