DPDK  20.11.10
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 310 of file rte_crypto_asym.h.

Field Documentation

◆ p

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

Definition at line 311 of file rte_crypto_asym.h.

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

◆ g

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

Definition at line 322 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 326 of file rte_crypto_asym.h.


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