| DPDK
    18.11.11
    | 
#include <rte_crypto_asym.h>
| Data Fields | |
| enum rte_crypto_asym_op_type | op_type | 
| rte_crypto_param | message | 
| rte_crypto_param | r | 
| rte_crypto_param | s | 
| rte_crypto_param | y | 
DSA Operations params
Definition at line 447 of file rte_crypto_asym.h.
| enum rte_crypto_asym_op_type op_type | 
Signature Generation or Verification
Definition at line 448 of file rte_crypto_asym.h.
| rte_crypto_param message | 
input message to be signed or verified
Definition at line 450 of file rte_crypto_asym.h.
| rte_crypto_param r | 
dsa sign component 'r' value
output if op_type = sign generate, input if op_type = sign verify
Definition at line 452 of file rte_crypto_asym.h.
| rte_crypto_param s | 
dsa sign component 's' value
output if op_type = sign generate, input if op_type = sign verify
Definition at line 458 of file rte_crypto_asym.h.
| rte_crypto_param y | 
y : Public key of the signer. Public key data of the signer in Octet-string network byte order format. y = g^x mod p
Definition at line 464 of file rte_crypto_asym.h.
 1.8.9.1
 1.8.9.1