Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_ipsec.c475 if (ut_params->obuf[i]) { in ut_teardown_ipsec()
479 ut_params->obuf[i] = NULL; in ut_teardown_ipsec()
1169 if (ut_params->obuf[j]) { in test_ipsec_dump_buffers()
1236 ut_params->obuf[j]->pkt_len, in crypto_inb_burst_null_null_check()
1335 ut_params->obuf[j]->pkt_len, in crypto_outb_burst_null_null_check()
1444 ut_params->obuf[j]->data_len, in inline_inb_burst_null_null_check()
1447 ut_params->obuf[j]->pkt_len, in inline_inb_burst_null_null_check()
1629 ut_params->obuf[j]->data_len, in inline_outb_burst_null_null_check()
1632 ut_params->obuf[j]->pkt_len, in inline_outb_burst_null_null_check()
1905 ut_params->obuf[j]->pkt_len, in replay_inb_null_null_check()
[all …]
H A Dtest_cryptodev.c1467 ut_params->obuf = 0; in ut_teardown()
3677 if (ut_params->obuf) in test_kasumi_encryption()
3777 if (ut_params->obuf) in test_kasumi_encryption_sgl()
3865 if (ut_params->obuf) in test_kasumi_encryption_oop()
3958 if (ut_params->obuf) in test_kasumi_encryption_oop_sgl()
4043 if (ut_params->obuf) in test_kasumi_decryption_oop()
4135 if (ut_params->obuf) in test_kasumi_decryption()
4227 if (ut_params->obuf) in test_snow3g_encryption()
4328 if (ut_params->obuf) in test_snow3g_encryption_oop()
8170 ut_params->obuf ? ut_params->obuf : in create_aead_operation()
[all …]
H A Dtest_cryptodev_blockcipher.c78 struct rte_mbuf *obuf = NULL; in test_blockcipher_one_case() local
261 obuf = rte_pktmbuf_alloc(mbuf_pool); in test_blockcipher_one_case()
262 if (!obuf) { in test_blockcipher_one_case()
269 memset(obuf->buf_addr, dst_pattern, obuf->buf_len); in test_blockcipher_one_case()
302 ibuf = obuf; in test_blockcipher_one_case()
303 obuf = tmp_buf; in test_blockcipher_one_case()
306 rte_pktmbuf_reset(obuf); in test_blockcipher_one_case()
327 memset(obuf->buf_addr, dst_pattern, obuf->buf_len); in test_blockcipher_one_case()
343 sym_op->m_dst = obuf; in test_blockcipher_one_case()
344 iobuf = obuf; in test_blockcipher_one_case()
[all …]