Lines Matching refs:ibuf
77 struct rte_mbuf *ibuf = NULL; in test_blockcipher_one_case() local
211 ibuf = create_segmented_mbuf(mbuf_pool, in test_blockcipher_one_case()
213 if (ibuf == NULL) { in test_blockcipher_one_case()
226 pktmbuf_write(ibuf, 0, tdata->plaintext.len, in test_blockcipher_one_case()
229 pktmbuf_write(ibuf, 0, tdata->ciphertext.len, in test_blockcipher_one_case()
232 buf_p = rte_pktmbuf_append(ibuf, digest_len); in test_blockcipher_one_case()
243 buf_p = rte_pktmbuf_append(ibuf, pad_len); in test_blockcipher_one_case()
300 struct rte_mbuf *tmp_buf = ibuf; in test_blockcipher_one_case()
302 ibuf = obuf; in test_blockcipher_one_case()
305 rte_pktmbuf_reset(ibuf); in test_blockcipher_one_case()
308 rte_pktmbuf_append(ibuf, tdata->ciphertext.len); in test_blockcipher_one_case()
315 pktmbuf_write(ibuf, 0, tdata->plaintext.len, in test_blockcipher_one_case()
318 pktmbuf_write(ibuf, 0, tdata->ciphertext.len, in test_blockcipher_one_case()
321 buf_p = rte_pktmbuf_append(ibuf, digest_len); in test_blockcipher_one_case()
340 sym_op->m_src = ibuf; in test_blockcipher_one_case()
347 iobuf = ibuf; in test_blockcipher_one_case()
819 rte_pktmbuf_free(ibuf); in test_blockcipher_one_case()