logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_crypto_rsa_priv_key_qt

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                   rte_crypto_rsa_priv_key_qt(3)

Detailed Description

       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.

Field Documentation

rte_crypto_uintp
       the first factor

       Definition at line 242 of file rte_crypto_asym.h.

   rte_crypto_uintq
       the second factor

       Definition at line 244 of file rte_crypto_asym.h.

   rte_crypto_uintdP
       the first factor's CRT exponent

       Definition at line 246 of file rte_crypto_asym.h.

   rte_crypto_uintdQ
       the second's factor's CRT exponent

       Definition at line 248 of file rte_crypto_asym.h.

   rte_crypto_uintqInv
       the CRT coefficient

       Definition at line 250 of file rte_crypto_asym.h.

Name

       rte_crypto_rsa_priv_key_qt

Synopsis

       #include <rte_crypto_asym.h>

   DataFieldsrte_crypto_uintprte_crypto_uintqrte_crypto_uintdPrte_crypto_uintdQrte_crypto_uintqInv

See Also