rte_crypto_rsa_xform - Man Page
Synopsis
#include <rte_crypto_asym.h>
Data Fields
rte_crypto_uint n
rte_crypto_uint e
Detailed Description
Asymmetric RSA transform data
Structure describing RSA xform params
Definition at line 301 of file rte_crypto_asym.h.
Field Documentation
rte_crypto_uint n
the RSA modulus
Definition at line 302 of file rte_crypto_asym.h.
rte_crypto_uint e
the RSA public exponent
Definition at line 304 of file rte_crypto_asym.h.
rte_crypto_uint d
the RSA private exponent
Definition at line 310 of file rte_crypto_asym.h.
struct rte_crypto_rsa_priv_key_qt qt
qt - Private key in quintuple format
Definition at line 312 of file rte_crypto_asym.h.
Author
Generated automatically by Doxygen for DPDK from the source code.
Info
Version 23.11.0 DPDK