DPDK  19.08.2
Data Fields
rte_crypto_rsa_xform Struct Reference

#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
 

Detailed Description

Asymmetric RSA transform data

Structure describing RSA xform params

Definition at line 192 of file rte_crypto_asym.h.

Field Documentation

rte_crypto_param n

n - Modulus Modulus data of RSA operation in Octet-string network byte order format.

Definition at line 193 of file rte_crypto_asym.h.

rte_crypto_param e

e - Public key exponent Public key exponent used for RSA public key operations in Octet- string network byte order format.

Definition at line 199 of file rte_crypto_asym.h.

rte_crypto_param d

d - Private key exponent Private key exponent used for RSA private key operations in Octet-string network byte order format.

Definition at line 209 of file rte_crypto_asym.h.

qt - Private key in quintuple format

Definition at line 216 of file rte_crypto_asym.h.


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