DPDK
20.05.0
|
#include <rte_crypto_asym.h>
Data Fields | |
rte_crypto_param | n |
rte_crypto_param | e |
rte_crypto_param | d |
struct rte_crypto_rsa_priv_key_qt | qt |
Asymmetric RSA transform data
Structure describing RSA xform params
Definition at line 205 of file rte_crypto_asym.h.
n - Modulus Modulus data of RSA operation in Octet-string network byte order format.
Definition at line 206 of file rte_crypto_asym.h.
e - Public key exponent Public key exponent used for RSA public key operations in Octet- string network byte order format.
Definition at line 212 of file rte_crypto_asym.h.
d - Private key exponent Private key exponent used for RSA private key operations in Octet-string network byte order format.
Definition at line 222 of file rte_crypto_asym.h.
struct rte_crypto_rsa_priv_key_qt qt |
qt - Private key in quintuple format
Definition at line 229 of file rte_crypto_asym.h.