rte_crypto_param_range - Man Page
Synopsis
#include <rte_cryptodev.h>
Data Fields
uint16_t min
uint16_t max
uint16_t increment
Detailed Description
Crypto parameters range description
Definition at line 80 of file rte_cryptodev.h.
Field Documentation
uint16_t min
minimum size
Definition at line 81 of file rte_cryptodev.h.
uint16_t max
maximum size
Definition at line 82 of file rte_cryptodev.h.
uint16_t increment
if a range of sizes are supported, this parameter is used to indicate increments in byte size that are supported between the minimum and maximum
Definition at line 83 of file rte_cryptodev.h.
Author
Generated automatically by Doxygen for DPDK from the source code.
Info
Version 24.11.1 DPDK