DOKK / manpages / debian 13 / dpdk-doc / rte_crypto_rsa_priv_key_qt.3.en
rte_crypto_rsa_priv_key_qt(3) Library Functions Manual rte_crypto_rsa_priv_key_qt(3)

rte_crypto_rsa_priv_key_qt

#include <rte_crypto_asym.h>


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 241 of file rte_crypto_asym.h.

rte_crypto_uint p

the first factor

Definition at line 242 of file rte_crypto_asym.h.

rte_crypto_uint q

the second factor

Definition at line 244 of file rte_crypto_asym.h.

rte_crypto_uint dP

the first factor's CRT exponent

Definition at line 246 of file rte_crypto_asym.h.

rte_crypto_uint dQ

the second's factor's CRT exponent

Definition at line 248 of file rte_crypto_asym.h.

rte_crypto_uint qInv

the CRT coefficient

Definition at line 250 of file rte_crypto_asym.h.

Generated automatically by Doxygen for DPDK from the source code.

Version 24.11.3 DPDK