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_ecpm_op_param

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                     rte_crypto_ecpm_op_param(3)

Detailed Description

       Structure for EC point multiplication operation param

       Definition at line 630 of file rte_crypto_asym.h.

Field Documentation

structrte_crypto_ec_pointp
       x and y coordinates of input point

       Definition at line 631 of file rte_crypto_asym.h.

   structrte_crypto_ec_pointr
       x and y coordinates of resultant point

       Definition at line 634 of file rte_crypto_asym.h.

   rte_crypto_paramscalar
       Scalar to multiply the input point

       Definition at line 637 of file rte_crypto_asym.h.

Name

       rte_crypto_ecpm_op_param

Synopsis

       #include <rte_crypto_asym.h>

   DataFields
       struct rte_crypto_ec_pointp
       struct rte_crypto_ec_pointrrte_crypto_paramscalar

See Also