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_asym_xform

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                        rte_crypto_asym_xform(3)

Detailed Description

       Asymmetric crypto transform data

       Structure describing asym xforms.

       Definition at line 720 of file rte_crypto_asym.h.

Field Documentation

structrte_crypto_asym_xform*next
       Pointer to next xform to set up xform chain.

       Definition at line 721 of file rte_crypto_asym.h.

   enumrte_crypto_asym_xform_typexform_type
       Asymmetric crypto transform

       Definition at line 723 of file rte_crypto_asym.h.

   structrte_crypto_rsa_xformrsa
       RSA xform parameters

       Definition at line 727 of file rte_crypto_asym.h.

   structrte_crypto_modex_xformmodex
       Modular Exponentiation xform parameters

       Definition at line 730 of file rte_crypto_asym.h.

   structrte_crypto_modinv_xformmodinv
       Modular Multiplicative Inverse xform parameters

       Definition at line 733 of file rte_crypto_asym.h.

   structrte_crypto_dh_xformdh
       DH xform parameters

       Definition at line 736 of file rte_crypto_asym.h.

   structrte_crypto_dsa_xformdsa
       DSA xform parameters

       Definition at line 739 of file rte_crypto_asym.h.

   structrte_crypto_ec_xformec
       EC xform parameters, used by elliptic curve based operations.

       Definition at line 742 of file rte_crypto_asym.h.

Name

       rte_crypto_asym_xform

Synopsis

       #include <rte_crypto_asym.h>

   DataFields
       struct rte_crypto_asym_xform * nextenumrte_crypto_asym_xform_typexform_type

See Also