Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_cryptodev_blockcipher.c79 struct rte_mbuf *iobuf; in test_blockcipher_one_case() local
344 iobuf = obuf; in test_blockcipher_one_case()
347 iobuf = ibuf; in test_blockcipher_one_case()
495 (iobuf, digest_offset); in test_blockcipher_one_case()
497 pktmbuf_iova_offset(iobuf, in test_blockcipher_one_case()
624 if (memcmp(rte_pktmbuf_read(iobuf, tdata->cipher_offset, in test_blockcipher_one_case()
642 uint8_t *auth_res = pktmbuf_mtod_offset(iobuf, in test_blockcipher_one_case()