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_dsa_op_param

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                      rte_crypto_dsa_op_param(3)

Detailed Description

       DSA Operations params

       Definition at line 544 of file rte_crypto_asym.h.

Field Documentation

enumrte_crypto_asym_op_typeop_type
       Signature Generation or Verification

       Definition at line 545 of file rte_crypto_asym.h.

   rte_crypto_parammessage
       input message to be signed or verified

       Definition at line 547 of file rte_crypto_asym.h.

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

       Definition at line 549 of file rte_crypto_asym.h.

   rte_crypto_uintr
       dsa sign component 'r' value

       output if op_type = sign generate, input if op_type = sign verify

       Definition at line 555 of file rte_crypto_asym.h.

   rte_crypto_uints
       dsa sign component 's' value

       output if op_type = sign generate, input if op_type = sign verify

       Definition at line 561 of file rte_crypto_asym.h.

   rte_crypto_uinty
       y : Public key of the signer. y = g^x mod p

       Definition at line 567 of file rte_crypto_asym.h.

Name

       rte_crypto_dsa_op_param

Synopsis

       #include <rte_crypto_asym.h>

   DataFields
       enum rte_crypto_asym_op_typeop_typerte_crypto_parammessagerte_crypto_uintkrte_crypto_uintrrte_crypto_uintsrte_crypto_uinty

See Also