Searched refs:last_block (Results 1 – 2 of 2) sorted by relevance
| /dpdk/drivers/crypto/qat/ |
| H A D | qat_sym.h | 176 uint8_t *last_block, *dst, *iv; in qat_bpicipher_postprocess() local 181 last_block = (uint8_t *) rte_pktmbuf_mtod_offset(sym_op->m_src, in qat_bpicipher_postprocess() 189 dst = last_block; in qat_bpicipher_postprocess() 201 last_block, last_block_len); in qat_bpicipher_postprocess() 207 bpi_cipher_encrypt(last_block, dst, iv, block_len, in qat_bpicipher_postprocess() 211 last_block, last_block_len); in qat_bpicipher_postprocess()
|
| /dpdk/drivers/crypto/qat/dev/ |
| H A D | qat_crypto_pmd_gens.h | 56 uint8_t *last_block, *dst, *iv; in qat_bpicipher_preprocess() local 59 last_block = (uint8_t *) rte_pktmbuf_mtod_offset(sym_op->m_src, in qat_bpicipher_preprocess() 68 dst = last_block; in qat_bpicipher_preprocess() 72 iv = last_block - block_len; in qat_bpicipher_preprocess() 80 last_block, last_block_len); in qat_bpicipher_preprocess() 85 op_bpi_cipher_decrypt(last_block, dst, iv, block_len, in qat_bpicipher_preprocess() 89 last_block, last_block_len); in qat_bpicipher_preprocess()
|