DPDK
20.05.0
|
#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 308 of file rte_crypto_asym.h.
p - Prime modulus Prime modulus data for DSA operation in Octet-string network byte order format.
Definition at line 309 of file rte_crypto_asym.h.
q : Order of the subgroup. Order of the subgroup data in Octet-string network byte order format. (p-1) % q = 0
Definition at line 314 of file rte_crypto_asym.h.
g: Generator of the subgroup Generator data in Octet-string network byte order format.
Definition at line 320 of file rte_crypto_asym.h.
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 324 of file rte_crypto_asym.h.