DPDK 22.11.5
|
#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 |
Structure describing RSA private key in quintuple format. See PKCS V1.5 RSA Cryptography Standard.
Definition at line 227 of file rte_crypto_asym.h.
the first factor
Definition at line 228 of file rte_crypto_asym.h.
the second factor
Definition at line 230 of file rte_crypto_asym.h.
the first factor's CRT exponent
Definition at line 232 of file rte_crypto_asym.h.
the second's factor's CRT exponent
Definition at line 234 of file rte_crypto_asym.h.
rte_crypto_uint qInv |
the CRT coefficient
Definition at line 236 of file rte_crypto_asym.h.