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_xform

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                         rte_crypto_dsa_xform(3)

Detailed Description

       Asymmetric Digital Signature transform operation

       Structure describing DSA xform params

       Definition at line 373 of file rte_crypto_asym.h.

Field Documentation

rte_crypto_uintp
       Prime modulus

       Definition at line 374 of file rte_crypto_asym.h.

   rte_crypto_uintq
       Order of the subgroup

       Definition at line 376 of file rte_crypto_asym.h.

   rte_crypto_uintg
       Generator of the subgroup

       Definition at line 378 of file rte_crypto_asym.h.

   rte_crypto_uintx
       x: Private key of the signer

       Definition at line 380 of file rte_crypto_asym.h.

Name

       rte_crypto_dsa_xform

Synopsis

       #include <rte_crypto_asym.h>

   DataFieldsrte_crypto_uintprte_crypto_uintqrte_crypto_uintgrte_crypto_uintx

See Also