DPDK  26.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 271 of file rte_crypto_asym.h.

Field Documentation

the first factor

Examples:
examples/fips_validation/main.c.

Definition at line 272 of file rte_crypto_asym.h.

the second factor

Examples:
examples/fips_validation/main.c.

Definition at line 274 of file rte_crypto_asym.h.

the first factor's CRT exponent

Examples:
examples/fips_validation/main.c.

Definition at line 276 of file rte_crypto_asym.h.

the second's factor's CRT exponent

Examples:
examples/fips_validation/main.c.

Definition at line 278 of file rte_crypto_asym.h.

the CRT coefficient

Examples:
examples/fips_validation/main.c.

Definition at line 280 of file rte_crypto_asym.h.


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