| rte_crypto_dsa_xform(3) | Library Functions Manual | rte_crypto_dsa_xform(3) |
rte_crypto_dsa_xform
#include <rte_crypto_asym.h>
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 373 of file rte_crypto_asym.h.
Prime modulus
Definition at line 374 of file rte_crypto_asym.h.
Order of the subgroup
Definition at line 376 of file rte_crypto_asym.h.
Generator of the subgroup
Definition at line 378 of file rte_crypto_asym.h.
x: Private key of the signer
Definition at line 380 of file rte_crypto_asym.h.
Generated automatically by Doxygen for DPDK from the source code.
| Version 24.11.3 | DPDK |