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_ecdsa_op_param

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                    rte_crypto_ecdsa_op_param(3)

Detailed Description

       ECDSA operation params

       Definition at line 576 of file rte_crypto_asym.h.

Field Documentation

enumrte_crypto_asym_op_typeop_type
       Signature generation or verification

       Definition at line 577 of file rte_crypto_asym.h.

   rte_crypto_parammessage
       Input message digest to be signed or verified

       Definition at line 580 of file rte_crypto_asym.h.

   rte_crypto_uintk
       The ECDSA per-message secret number, which is an integer in the interval (1, n-1). If the random number
       is generated by the PMD, the 'rte_crypto_param.data' parameter should be set to NULL.

       Definition at line 583 of file rte_crypto_asym.h.

   rte_crypto_uintr
       r component of elliptic curve signature output : for signature generation input : for signature
       verification

       Definition at line 590 of file rte_crypto_asym.h.

   rte_crypto_uints
       s component of elliptic curve signature output : for signature generation input : for signature
       verification

       Definition at line 595 of file rte_crypto_asym.h.

Name

       rte_crypto_ecdsa_op_param

Synopsis

       #include <rte_crypto_asym.h>

   DataFields
       enum rte_crypto_asym_op_typeop_typerte_crypto_parammessagerte_crypto_uintkrte_crypto_uintrrte_crypto_uints

See Also