DPDK  18.08.1
Data Fields
rte_crypto_dh_xform Struct Reference

#include <rte_crypto_asym.h>

Data Fields

enum rte_crypto_asym_op_type type
rte_crypto_param p
rte_crypto_param g

Detailed Description

Asymmetric DH transform data

Structure describing deffie-hellman xform params

Definition at line 268 of file rte_crypto_asym.h.

Field Documentation

Setup xform for key generate or shared secret compute

Definition at line 269 of file rte_crypto_asym.h.

rte_crypto_param p

p : Prime modulus data DH prime modulous data in octet-string network byte order format.

Definition at line 273 of file rte_crypto_asym.h.

rte_crypto_param g

g : Generator DH group generator data in octet-string network byte order format.

Definition at line 279 of file rte_crypto_asym.h.


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