Lines Matching refs:sym_op

81 	struct rte_crypto_sym_op *sym_op = NULL;  in test_blockcipher_one_case()  local
249 sym_op = op->sym; in test_blockcipher_one_case()
293 sym_op->m_src = ibuf; in test_blockcipher_one_case()
296 sym_op->m_dst = obuf; in test_blockcipher_one_case()
299 sym_op->m_dst = NULL; in test_blockcipher_one_case()
403 sym_op->cipher.data.offset = tdata->cipher_offset; in test_blockcipher_one_case()
404 sym_op->cipher.data.length = tdata->ciphertext.len - in test_blockcipher_one_case()
422 sym_op->auth.digest.data = pktmbuf_mtod_offset in test_blockcipher_one_case()
424 sym_op->auth.digest.phys_addr = in test_blockcipher_one_case()
429 sym_op->auth.digest.data = pktmbuf_mtod_offset in test_blockcipher_one_case()
430 (sym_op->m_src, digest_offset); in test_blockcipher_one_case()
431 sym_op->auth.digest.phys_addr = in test_blockcipher_one_case()
432 pktmbuf_iova_offset(sym_op->m_src, in test_blockcipher_one_case()
436 sym_op->auth.data.offset = tdata->auth_offset; in test_blockcipher_one_case()
437 sym_op->auth.data.length = tdata->ciphertext.len - in test_blockcipher_one_case()
469 sym_op->m_src->buf_addr, sym_op->m_src->buf_len); in test_blockcipher_one_case()
470 rte_memcpy(tmp_src_buf, sym_op->m_src->buf_addr, in test_blockcipher_one_case()
471 sym_op->m_src->buf_len); in test_blockcipher_one_case()
474 sym_op->m_dst->buf_addr, sym_op->m_dst->buf_len); in test_blockcipher_one_case()
475 rte_memcpy(tmp_dst_buf, sym_op->m_dst->buf_addr, in test_blockcipher_one_case()
476 sym_op->m_dst->buf_len); in test_blockcipher_one_case()
513 sym_op->m_src->buf_addr, sym_op->m_src->buf_len); in test_blockcipher_one_case()
516 sym_op->m_dst->buf_addr, sym_op->m_dst->buf_len); in test_blockcipher_one_case()
586 mbuf = sym_op->m_src; in test_blockcipher_one_case()
621 mbuf = sym_op->m_dst; in test_blockcipher_one_case()
623 head_unchanged_len = hdroom + sym_op->auth.data.offset; in test_blockcipher_one_case()
624 changed_len = sym_op->auth.data.length; in test_blockcipher_one_case()
630 sym_op->cipher.data.offset; in test_blockcipher_one_case()
631 changed_len = sym_op->cipher.data.length; in test_blockcipher_one_case()
670 mbuf = sym_op->m_src; in test_blockcipher_one_case()
677 sym_op->cipher.data.offset; in test_blockcipher_one_case()
678 changed_len = sym_op->cipher.data.length; in test_blockcipher_one_case()
682 sym_op->auth.data.offset + in test_blockcipher_one_case()
683 sym_op->auth.data.length; in test_blockcipher_one_case()