DPDK  21.02.0
Data Fields
rte_crypto_dsa_op_param Struct Reference

#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
 

Detailed Description

DSA Operations params

Definition at line 545 of file rte_crypto_asym.h.

Field Documentation

Signature Generation or Verification

Definition at line 546 of file rte_crypto_asym.h.

input message to be signed or verified

Definition at line 548 of file rte_crypto_asym.h.

dsa sign component 'r' value

output if op_type = sign generate, input if op_type = sign verify

Definition at line 550 of file rte_crypto_asym.h.

dsa sign component 's' value

output if op_type = sign generate, input if op_type = sign verify

Definition at line 556 of file rte_crypto_asym.h.

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 562 of file rte_crypto_asym.h.


The documentation for this struct was generated from the following file: