DPDK
20.05.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 |
struct rte_crypto_ec_xform | ec |
Asymmetric crypto transform data
Structure describing asym xforms.
Definition at line 400 of file rte_crypto_asym.h.
struct rte_crypto_asym_xform* next |
Pointer to next xform to set up xform chain.
Definition at line 401 of file rte_crypto_asym.h.
enum rte_crypto_asym_xform_type xform_type |
Asymmetric crypto transform
Definition at line 403 of file rte_crypto_asym.h.
struct rte_crypto_rsa_xform rsa |
RSA xform parameters
Definition at line 408 of file rte_crypto_asym.h.
struct rte_crypto_modex_xform modex |
Modular Exponentiation xform parameters
Definition at line 411 of file rte_crypto_asym.h.
struct rte_crypto_modinv_xform modinv |
Modular Multiplicative Inverse xform parameters
Definition at line 414 of file rte_crypto_asym.h.
struct rte_crypto_dh_xform dh |
DH xform parameters
Definition at line 417 of file rte_crypto_asym.h.
struct rte_crypto_dsa_xform dsa |
DSA xform parameters
Definition at line 420 of file rte_crypto_asym.h.
struct rte_crypto_ec_xform ec |
EC xform parameters, used by elliptic curve based operations.
Definition at line 423 of file rte_crypto_asym.h.