Searched refs:iv_data (Results 1 – 1 of 1) sorted by relevance
| /dpdk/lib/vhost/ |
| H A D | vhost_crypto.c | 845 uint8_t *iv_data = rte_crypto_op_ctod_offset(op, uint8_t *, IV_OFFSET); in prepare_sym_cipher_op() local 853 if (unlikely(copy_data(iv_data, vc_req, head, &desc, in prepare_sym_cipher_op() 997 uint8_t *iv_data = rte_crypto_op_ctod_offset(op, uint8_t *, IV_OFFSET); in prepare_sym_chain_op() local 1007 if (unlikely(copy_data(iv_data, vc_req, head, &desc, in prepare_sym_chain_op()
|