DPDK  19.08.2
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 460 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 461 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 471 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 480 of file rte_crypto_asym.h.


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