DPDK  18.08.1
Data Fields
rte_crypto_dh_op_param Struct Reference

#include <rte_crypto_asym.h>

Data Fields

rte_crypto_param pub_key
rte_crypto_param priv_key
rte_crypto_param shared_secret

Detailed Description

Diffie-Hellman Operations params.

Note
:

Definition at line 414 of file rte_crypto_asym.h.

Field Documentation

rte_crypto_param pub_key

Output generated public key when xform type is DH PUB_KEY_GENERATION. Input peer public key when xform type is DH SHARED_SECRET_COMPUTATION pub_key is in octet-string network byte order format.

Definition at line 416 of file rte_crypto_asym.h.

rte_crypto_param priv_key

Output generated private key if xform type is DH PRIVATE_KEY_GENERATION Input when xform type is DH SHARED_SECRET_COMPUTATION. priv_key is in octet-string network byte order format.

Definition at line 426 of file rte_crypto_asym.h.

rte_crypto_param shared_secret

Output with calculated shared secret when dh xform set up with op type = SHARED_SECRET_COMPUTATION. shared_secret is an octet-string network byte order format.

Definition at line 435 of file rte_crypto_asym.h.


The documentation for this struct was generated from the following file: