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_xform

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                         rte_crypto_rsa_xform(3)

Detailed Description

       Asymmetric RSA transform data

       Structure describing RSA xform params

       Definition at line 315 of file rte_crypto_asym.h.

Field Documentation

rte_crypto_uintn
       the RSA modulus

       Definition at line 316 of file rte_crypto_asym.h.

   rte_crypto_uinte
       the RSA public exponent

       Definition at line 318 of file rte_crypto_asym.h.

   rte_crypto_uintd
       the RSA private exponent

       Definition at line 324 of file rte_crypto_asym.h.

   structrte_crypto_rsa_priv_key_qtqt
       qt - Private key in quintuple format

       Definition at line 326 of file rte_crypto_asym.h.

   structrte_crypto_rsa_paddingpadding
       RSA padding information

       Definition at line 330 of file rte_crypto_asym.h.

Name

       rte_crypto_rsa_xform

Synopsis

       #include <rte_crypto_asym.h>

   DataFieldsrte_crypto_uintnrte_crypto_uinte
       struct rte_crypto_rsa_paddingpadding

See Also