Lines Matching refs:ciphertext
92 uint32_t buf_len = tdata->ciphertext.len; in test_blockcipher_one_case()
212 tdata->ciphertext.len, nb_segs, src_pattern); in test_blockcipher_one_case()
229 pktmbuf_write(ibuf, 0, tdata->ciphertext.len, in test_blockcipher_one_case()
230 tdata->ciphertext.data); in test_blockcipher_one_case()
236 tdata->ciphertext.data + tdata->ciphertext.len, in test_blockcipher_one_case()
252 const uint8_t *temp_p = tdata->ciphertext.data + in test_blockcipher_one_case()
253 tdata->ciphertext.len + in test_blockcipher_one_case()
308 rte_pktmbuf_append(ibuf, tdata->ciphertext.len); in test_blockcipher_one_case()
318 pktmbuf_write(ibuf, 0, tdata->ciphertext.len, in test_blockcipher_one_case()
319 tdata->ciphertext.data); in test_blockcipher_one_case()
472 sym_op->cipher.data.length = tdata->ciphertext.len - in test_blockcipher_one_case()
484 uint32_t digest_offset = tdata->ciphertext.len; in test_blockcipher_one_case()
509 sym_op->auth.data.length = tdata->ciphertext.len - in test_blockcipher_one_case()
611 compare_ref = tdata->ciphertext.data + in test_blockcipher_one_case()
613 compare_len = tdata->ciphertext.len - in test_blockcipher_one_case()
643 tdata->ciphertext.len); in test_blockcipher_one_case()