table of contents
        
      
      
    | rte_crypto_dsa_xform(3) | DPDK | rte_crypto_dsa_xform(3) | 
NAME¶
rte_crypto_dsa_xform
SYNOPSIS¶
#include <rte_crypto_asym.h>
Data Fields¶
rte_crypto_uint p
  
  rte_crypto_uint q
  
  rte_crypto_uint g
  
  rte_crypto_uint x
  
  
Detailed Description¶
Asymmetric Digital Signature transform operation
Structure describing DSA xform params
Definition at line 356 of file rte_crypto_asym.h.
Field Documentation¶
rte_crypto_uint p¶
Prime modulus
Definition at line 357 of file rte_crypto_asym.h.
rte_crypto_uint q¶
Order of the subgroup
Definition at line 359 of file rte_crypto_asym.h.
rte_crypto_uint g¶
Generator of the subgroup
Definition at line 361 of file rte_crypto_asym.h.
rte_crypto_uint x¶
x: Private key of the signer
Definition at line 363 of file rte_crypto_asym.h.
Author¶
Generated automatically by Doxygen for DPDK from the source code.
| Fri Dec 15 2023 | Version 23.11.0 |