DPDK
19.08.0-rc0
|
#include <rte_cryptodev.h>
Data Fields | |
enum rte_crypto_asym_xform_type | xform_type |
uint32_t | op_types |
struct rte_crypto_param_range | modlen |
Asymmetric Xform Crypto Capability
Definition at line 150 of file rte_cryptodev.h.
enum rte_crypto_asym_xform_type xform_type |
Transform type: RSA/MODEXP/DH/DSA/MODINV
Definition at line 151 of file rte_cryptodev.h.
uint32_t op_types |
bitmask for supported rte_crypto_asym_op_type
Definition at line 154 of file rte_cryptodev.h.
struct rte_crypto_param_range modlen |
Range of modulus length supported by modulus based xform. Value 0 mean implementation default
Definition at line 159 of file rte_cryptodev.h.