Lines Matching refs:sym_op

83 	struct rte_crypto_sym_op *sym_op = NULL;  in test_blockcipher_one_case()  local
296 sym_op = op->sym; in test_blockcipher_one_case()
340 sym_op->m_src = ibuf; in test_blockcipher_one_case()
343 sym_op->m_dst = obuf; in test_blockcipher_one_case()
346 sym_op->m_dst = NULL; in test_blockcipher_one_case()
471 sym_op->cipher.data.offset = tdata->cipher_offset; in test_blockcipher_one_case()
472 sym_op->cipher.data.length = tdata->ciphertext.len - in test_blockcipher_one_case()
475 sym_op->cipher.data.length += tdata->digest.len; in test_blockcipher_one_case()
476 sym_op->cipher.data.length += pad_len; in test_blockcipher_one_case()
494 sym_op->auth.digest.data = pktmbuf_mtod_offset in test_blockcipher_one_case()
496 sym_op->auth.digest.phys_addr = in test_blockcipher_one_case()
501 sym_op->auth.digest.data = pktmbuf_mtod_offset in test_blockcipher_one_case()
502 (sym_op->m_src, digest_offset); in test_blockcipher_one_case()
503 sym_op->auth.digest.phys_addr = in test_blockcipher_one_case()
504 pktmbuf_iova_offset(sym_op->m_src, in test_blockcipher_one_case()
508 sym_op->auth.data.offset = tdata->auth_offset; in test_blockcipher_one_case()
509 sym_op->auth.data.length = tdata->ciphertext.len - in test_blockcipher_one_case()
541 sym_op->m_src->buf_addr, sym_op->m_src->buf_len); in test_blockcipher_one_case()
542 rte_memcpy(tmp_src_buf, sym_op->m_src->buf_addr, in test_blockcipher_one_case()
543 sym_op->m_src->buf_len); in test_blockcipher_one_case()
546 sym_op->m_dst->buf_addr, sym_op->m_dst->buf_len); in test_blockcipher_one_case()
547 rte_memcpy(tmp_dst_buf, sym_op->m_dst->buf_addr, in test_blockcipher_one_case()
548 sym_op->m_dst->buf_len); in test_blockcipher_one_case()
585 sym_op->m_src->buf_addr, sym_op->m_src->buf_len); in test_blockcipher_one_case()
588 sym_op->m_dst->buf_addr, sym_op->m_dst->buf_len); in test_blockcipher_one_case()
666 mbuf = sym_op->m_src; in test_blockcipher_one_case()
701 mbuf = sym_op->m_dst; in test_blockcipher_one_case()
703 head_unchanged_len = hdroom + sym_op->auth.data.offset; in test_blockcipher_one_case()
704 changed_len = sym_op->auth.data.length; in test_blockcipher_one_case()
710 sym_op->cipher.data.offset; in test_blockcipher_one_case()
711 changed_len = sym_op->cipher.data.length; in test_blockcipher_one_case()
715 changed_len = sym_op->cipher.data.length + in test_blockcipher_one_case()
754 mbuf = sym_op->m_src; in test_blockcipher_one_case()
761 sym_op->cipher.data.offset; in test_blockcipher_one_case()
762 changed_len = sym_op->cipher.data.length; in test_blockcipher_one_case()
766 sym_op->auth.data.offset + in test_blockcipher_one_case()
767 sym_op->auth.data.length; in test_blockcipher_one_case()
775 changed_len = sym_op->cipher.data.length; in test_blockcipher_one_case()