Lines Matching refs:ciphertext
90 uint32_t buf_len = tdata->ciphertext.len; in test_blockcipher_one_case()
190 tdata->ciphertext.len, nb_segs, src_pattern); in test_blockcipher_one_case()
207 pktmbuf_write(ibuf, 0, tdata->ciphertext.len, in test_blockcipher_one_case()
208 tdata->ciphertext.data); in test_blockcipher_one_case()
261 rte_pktmbuf_append(ibuf, tdata->ciphertext.len); in test_blockcipher_one_case()
271 pktmbuf_write(ibuf, 0, tdata->ciphertext.len, in test_blockcipher_one_case()
272 tdata->ciphertext.data); in test_blockcipher_one_case()
404 sym_op->cipher.data.length = tdata->ciphertext.len - in test_blockcipher_one_case()
412 uint32_t digest_offset = tdata->ciphertext.len; in test_blockcipher_one_case()
437 sym_op->auth.data.length = tdata->ciphertext.len - in test_blockcipher_one_case()
539 compare_ref = tdata->ciphertext.data + in test_blockcipher_one_case()
541 compare_len = tdata->ciphertext.len - in test_blockcipher_one_case()
563 tdata->ciphertext.len); in test_blockcipher_one_case()