Lines Matching refs:ibuf
75 struct rte_mbuf *ibuf = NULL; in test_blockcipher_one_case() local
189 ibuf = create_segmented_mbuf(mbuf_pool, in test_blockcipher_one_case()
191 if (ibuf == NULL) { in test_blockcipher_one_case()
204 pktmbuf_write(ibuf, 0, tdata->plaintext.len, in test_blockcipher_one_case()
207 pktmbuf_write(ibuf, 0, tdata->ciphertext.len, in test_blockcipher_one_case()
210 buf_p = rte_pktmbuf_append(ibuf, digest_len); in test_blockcipher_one_case()
253 struct rte_mbuf *tmp_buf = ibuf; in test_blockcipher_one_case()
255 ibuf = obuf; in test_blockcipher_one_case()
258 rte_pktmbuf_reset(ibuf); in test_blockcipher_one_case()
261 rte_pktmbuf_append(ibuf, tdata->ciphertext.len); in test_blockcipher_one_case()
268 pktmbuf_write(ibuf, 0, tdata->plaintext.len, in test_blockcipher_one_case()
271 pktmbuf_write(ibuf, 0, tdata->ciphertext.len, in test_blockcipher_one_case()
274 buf_p = rte_pktmbuf_append(ibuf, digest_len); in test_blockcipher_one_case()
293 sym_op->m_src = ibuf; in test_blockcipher_one_case()
300 iobuf = ibuf; in test_blockcipher_one_case()
735 if (ibuf) in test_blockcipher_one_case()
736 rte_pktmbuf_free(ibuf); in test_blockcipher_one_case()