DPDK  22.03.0
Data Fields
rte_crypto_rsa_xform Struct Reference

#include <rte_crypto_asym.h>

Data Fields

rte_crypto_uint n
 
rte_crypto_uint e
 
rte_crypto_uint d
 
struct rte_crypto_rsa_priv_key_qt qt
 

Detailed Description

Asymmetric RSA transform data

Structure describing RSA xform params

Definition at line 211 of file rte_crypto_asym.h.

Field Documentation

◆ n

the RSA modulus

Definition at line 212 of file rte_crypto_asym.h.

◆ e

the RSA public exponent

Definition at line 214 of file rte_crypto_asym.h.

◆ d

the RSA private exponent

Definition at line 221 of file rte_crypto_asym.h.

◆ qt

qt - Private key in quintuple format

Definition at line 223 of file rte_crypto_asym.h.


The documentation for this struct was generated from the following file: