DPDK  22.03.0
Data Fields
rte_crypto_dsa_xform Struct Reference

#include <rte_crypto_asym.h>

Data Fields

rte_crypto_uint p
 
rte_crypto_uint q
 
rte_crypto_uint g
 
rte_crypto_uint x
 

Detailed Description

Asymmetric Digital Signature transform operation

Structure describing DSA xform params

Definition at line 273 of file rte_crypto_asym.h.

Field Documentation

◆ p

Prime modulus

Definition at line 274 of file rte_crypto_asym.h.

◆ q

Order of the subgroup

Definition at line 276 of file rte_crypto_asym.h.

◆ g

Generator of the subgroup

Definition at line 278 of file rte_crypto_asym.h.

◆ 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 280 of file rte_crypto_asym.h.


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