DPDK
19.02.0
|
#include <rte_crypto_asym.h>
Data Fields | |
struct rte_crypto_asym_xform * | next |
enum rte_crypto_asym_xform_type | xform_type |
struct rte_crypto_rsa_xform | rsa |
struct rte_crypto_modex_xform | modex |
struct rte_crypto_modinv_xform | modinv |
struct rte_crypto_dh_xform | dh |
struct rte_crypto_dsa_xform | dsa |
Asymmetric crypto transform data
Structure describing asym xforms.
Definition at line 336 of file rte_crypto_asym.h.
struct rte_crypto_asym_xform* next |
Pointer to next xform to set up xform chain.
Definition at line 337 of file rte_crypto_asym.h.
enum rte_crypto_asym_xform_type xform_type |
Asymmetric crypto transform
Definition at line 339 of file rte_crypto_asym.h.
struct rte_crypto_rsa_xform rsa |
RSA xform parameters
Definition at line 344 of file rte_crypto_asym.h.
struct rte_crypto_modex_xform modex |
Modular Exponentiation xform parameters
Definition at line 347 of file rte_crypto_asym.h.
struct rte_crypto_modinv_xform modinv |
Modulus Inverse xform parameters
Definition at line 350 of file rte_crypto_asym.h.
struct rte_crypto_dh_xform dh |
DH xform parameters
Definition at line 353 of file rte_crypto_asym.h.
struct rte_crypto_dsa_xform dsa |
DSA xform parameters
Definition at line 356 of file rte_crypto_asym.h.