DPDK  19.08.2
Data Fields
rte_crypto_rsa_priv_key_qt Struct Reference

#include <rte_crypto_asym.h>

Data Fields

rte_crypto_param p
 
rte_crypto_param q
 
rte_crypto_param dP
 
rte_crypto_param dQ
 
rte_crypto_param qInv
 

Detailed Description

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

Definition at line 146 of file rte_crypto_asym.h.

Field Documentation

rte_crypto_param p

p - Private key component P Private key component of RSA parameter required for CRT method of private key operations in Octet-string network byte order format.

Definition at line 147 of file rte_crypto_asym.h.

rte_crypto_param q

q - Private key component Q Private key component of RSA parameter required for CRT method of private key operations in Octet-string network byte order format.

Definition at line 154 of file rte_crypto_asym.h.

rte_crypto_param dP

dP - Private CRT component Private CRT component of RSA parameter required for CRT method RSA private key operations in Octet-string network byte order format. dP = d mod ( p - 1 )

Definition at line 161 of file rte_crypto_asym.h.

rte_crypto_param dQ

dQ - Private CRT component Private CRT component of RSA parameter required for CRT method RSA private key operations in Octet-string network byte order format. dQ = d mod ( q - 1 )

Definition at line 169 of file rte_crypto_asym.h.

rte_crypto_param qInv

qInv - Private CRT component Private CRT component of RSA parameter required for CRT method RSA private key operations in Octet-string network byte order format. qInv = inv q mod p

Definition at line 177 of file rte_crypto_asym.h.


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