| rte_crypto_asym_xform(3) | Library Functions Manual | rte_crypto_asym_xform(3) |
rte_crypto_asym_xform
#include <rte_crypto_asym.h>
struct rte_crypto_asym_xform * next
enum rte_crypto_asym_xform_type xform_type
Asymmetric crypto transform data
Structure describing asym xforms.
Definition at line 720 of file rte_crypto_asym.h.
Pointer to next xform to set up xform chain.
Definition at line 721 of file rte_crypto_asym.h.
Asymmetric crypto transform
Definition at line 723 of file rte_crypto_asym.h.
RSA xform parameters
Definition at line 727 of file rte_crypto_asym.h.
Modular Exponentiation xform parameters
Definition at line 730 of file rte_crypto_asym.h.
Modular Multiplicative Inverse xform parameters
Definition at line 733 of file rte_crypto_asym.h.
DH xform parameters
Definition at line 736 of file rte_crypto_asym.h.
DSA xform parameters
Definition at line 739 of file rte_crypto_asym.h.
EC xform parameters, used by elliptic curve based operations.
Definition at line 742 of file rte_crypto_asym.h.
Generated automatically by Doxygen for DPDK from the source code.
| Version 24.11.3 | DPDK |