DPDK 25.07.0
|
#include <rte_crypto_asym.h>
Data Fields | |
rte_crypto_uint | n |
rte_crypto_uint | e |
struct rte_crypto_rsa_padding | padding |
rte_crypto_uint | d |
struct rte_crypto_rsa_priv_key_qt | qt |
Asymmetric RSA transform data
Structure describing RSA xform params
Definition at line 323 of file rte_crypto_asym.h.
the RSA modulus
Definition at line 324 of file rte_crypto_asym.h.
the RSA public exponent
Definition at line 326 of file rte_crypto_asym.h.
the RSA private exponent
Definition at line 332 of file rte_crypto_asym.h.
struct rte_crypto_rsa_priv_key_qt qt |
qt - Private key in quintuple format
Definition at line 334 of file rte_crypto_asym.h.
struct rte_crypto_rsa_padding padding |
RSA padding information
Definition at line 338 of file rte_crypto_asym.h.