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_eddsa_op_param

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                    rte_crypto_eddsa_op_param(3)

Detailed Description

       EdDSA operation params

       Definition at line 605 of file rte_crypto_asym.h.

Field Documentation

enumrte_crypto_asym_op_typeop_type
       Signature generation or verification

       Definition at line 606 of file rte_crypto_asym.h.

   rte_crypto_parammessage
       Input message digest to be signed or verified

       Definition at line 609 of file rte_crypto_asym.h.

   rte_crypto_paramcontext
       Context value for the sign op. Must not be empty for Ed25519ctx instance.

       Definition at line 612 of file rte_crypto_asym.h.

   enumrte_crypto_edward_instanceinstance
       Type of Edwards curve.

       Definition at line 617 of file rte_crypto_asym.h.

   rte_crypto_uintsign
       Edward curve signature output : for signature generation input : for signature verification

       Definition at line 620 of file rte_crypto_asym.h.

Name

       rte_crypto_eddsa_op_param

Synopsis

       #include <rte_crypto_asym.h>

   DataFields
       enum rte_crypto_asym_op_typeop_typerte_crypto_parammessagerte_crypto_paramcontext
       enum rte_crypto_edward_instanceinstancerte_crypto_uintsign

See Also