DPDK  19.08.2
Data Fields
rte_crypto_dsa_xform Struct Reference

#include <rte_crypto_asym.h>

Data Fields

rte_crypto_param p
 
rte_crypto_param q
 
rte_crypto_param g
 
rte_crypto_param x
 

Detailed Description

Asymmetric Digital Signature transform operation

Structure describing DSA xform params

Definition at line 295 of file rte_crypto_asym.h.

Field Documentation

rte_crypto_param p

p - Prime modulus Prime modulus data for DSA operation in Octet-string network byte order format.

Definition at line 296 of file rte_crypto_asym.h.

rte_crypto_param q

q : Order of the subgroup. Order of the subgroup data in Octet-string network byte order format. (p-1) % q = 0

Definition at line 301 of file rte_crypto_asym.h.

rte_crypto_param g

g: Generator of the subgroup Generator data in Octet-string network byte order format.

Definition at line 307 of file rte_crypto_asym.h.

rte_crypto_param x

x: Private key of the signer in octet-string network byte order format. Used when app has pre-defined private key. Valid only when xform chain is DSA ONLY. if xform chain is DH private key generate + DSA, then DSA sign compute will use internally generated key.

Definition at line 311 of file rte_crypto_asym.h.


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