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_dh_op_param

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                       rte_crypto_dh_op_param(3)

Detailed Description

       Diffie-Hellman Operations params.

       Note
           :

       Definition at line 473 of file rte_crypto_asym.h.

Field Documentation

enumrte_crypto_asym_ke_typeke_type
       Key exchange operation type

       Definition at line 474 of file rte_crypto_asym.h.

   rte_crypto_uintpriv_key
       Output - generated private key when ke_type is RTE_CRYPTO_ASYM_KE_PRIV_KEY_GENERATE.

       Input - private key when ke_type is one of: RTE_CRYPTO_ASYM_KE_PUB_KEY_GENERATE,
       RTE_CRYPTO_ASYM_KE_SHARED_SECRET_COMPUTE.

       In case priv_key.length is 0 and ke_type is set with RTE_CRYPTO_ASYM_KE_PUB_KEY_GENERATE, CSRNG capable
       device will generate a private key and use it for public key generation.

       Definition at line 476 of file rte_crypto_asym.h.

   rte_crypto_uintpub_key
       Output - generated public key when ke_type is RTE_CRYPTO_ASYM_KE_PUB_KEY_GENERATE.

       Input - peer's public key when ke_type is RTE_CRYPTO_ASYM_KE_SHARED_SECRET_COMPUTE.

       Definition at line 490 of file rte_crypto_asym.h.

   rte_crypto_uintshared_secret
       Output - calculated shared secret when ke_type is RTE_CRYPTO_ASYM_KE_SHARED_SECRET_COMPUTE.

       Definition at line 498 of file rte_crypto_asym.h.

Name

       rte_crypto_dh_op_param

Synopsis

       #include <rte_crypto_asym.h>

   DataFields
       enum rte_crypto_asym_ke_typeke_typerte_crypto_uintpriv_keyrte_crypto_uintpub_keyrte_crypto_uintshared_secret

See Also