DPDK  21.08.0
Data Fields
rte_cryptodev_asymmetric_xform_capability Struct Reference

#include <rte_cryptodev.h>

Data Fields

enum rte_crypto_asym_xform_type xform_type
 
uint32_t op_types
 
struct rte_crypto_param_range modlen
 

Detailed Description

Asymmetric Xform Crypto Capability

Definition at line 167 of file rte_cryptodev.h.

Field Documentation

◆ xform_type

enum rte_crypto_asym_xform_type xform_type

Transform type: RSA/MODEXP/DH/DSA/MODINV

Definition at line 168 of file rte_cryptodev.h.

◆ op_types

uint32_t op_types

bitmask for supported rte_crypto_asym_op_type

Definition at line 171 of file rte_cryptodev.h.

◆ modlen

struct rte_crypto_param_range modlen

Range of modulus length supported by modulus based xform. Value 0 mean implementation default

Definition at line 176 of file rte_cryptodev.h.


The documentation for this struct was generated from the following file: