DPDK  22.03.0
Data Fields
rte_crypto_rsa_priv_key_qt Struct Reference

#include <rte_crypto_asym.h>

Data Fields

rte_crypto_uint p
 
rte_crypto_uint q
 
rte_crypto_uint dP
 
rte_crypto_uint dQ
 
rte_crypto_uint qInv
 

Detailed Description

Structure describing RSA private key in quintuple format. See PKCS V1.5 RSA Cryptography Standard.

Definition at line 192 of file rte_crypto_asym.h.

Field Documentation

◆ p

the first factor

Definition at line 193 of file rte_crypto_asym.h.

◆ q

the second factor

Definition at line 195 of file rte_crypto_asym.h.

◆ dP

the first factor's CRT exponent

Definition at line 197 of file rte_crypto_asym.h.

◆ dQ

the second's factor's CRT exponent

Definition at line 199 of file rte_crypto_asym.h.

◆ qInv

the CRT coefficient

Definition at line 201 of file rte_crypto_asym.h.


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