DOKK / manpages / debian 13 / dpdk-doc / rte_crypto_vec.3.en
rte_crypto_vec(3) Library Functions Manual rte_crypto_vec(3)

rte_crypto_vec

#include <rte_crypto_sym.h>


void * base
rte_iova_t iova
uint32_t len
uint32_t tot_len

Crypto IO Vector (in analogy with struct iovec) Supposed be used to pass input/output data buffers for crypto data-path functions.

Definition at line 34 of file rte_crypto_sym.h.

virtual address of the data buffer

Definition at line 36 of file rte_crypto_sym.h.

rte_iova_t iova

IOVA of the data buffer

Definition at line 38 of file rte_crypto_sym.h.

length of the data buffer

Definition at line 40 of file rte_crypto_sym.h.

total buffer length

Definition at line 42 of file rte_crypto_sym.h.

Generated automatically by Doxygen for DPDK from the source code.

Version 24.11.3 DPDK