| DPDK
    18.11.11
    | 
#include <rte_crypto_asym.h>
| Data Fields | |
| rte_crypto_param | p | 
| rte_crypto_param | q | 
| rte_crypto_param | g | 
| rte_crypto_param | x | 
Asymmetric Digital Signature transform operation
Structure describing DSA xform params
Definition at line 292 of file rte_crypto_asym.h.
| rte_crypto_param p | 
p - Prime modulus Prime modulus data for DSA operation in Octet-string network byte order format.
Definition at line 293 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 298 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 304 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 308 of file rte_crypto_asym.h.
 1.8.9.1
 1.8.9.1