DPDK 22.11.5
|
#include <rte_crypto_asym.h>
Data Fields | |
rte_crypto_uint | p |
rte_crypto_uint | q |
rte_crypto_uint | g |
rte_crypto_uint | x |
Asymmetric Digital Signature transform operation
Structure describing DSA xform params
Definition at line 362 of file rte_crypto_asym.h.
Prime modulus
Definition at line 363 of file rte_crypto_asym.h.
Order of the subgroup
Definition at line 365 of file rte_crypto_asym.h.
Generator of the subgroup
Definition at line 367 of file rte_crypto_asym.h.
x: Private key of the signer
Definition at line 369 of file rte_crypto_asym.h.