DPDK  24.03.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_uint k
 
rte_crypto_uint r
 
rte_crypto_uint s
 
rte_crypto_uint y
 

Detailed Description

DSA Operations params

Definition at line 530 of file rte_crypto_asym.h.

Field Documentation

◆ op_type

Signature Generation or Verification

Definition at line 531 of file rte_crypto_asym.h.

◆ message

input message to be signed or verified

Definition at line 533 of file rte_crypto_asym.h.

◆ k

Per-message secret number, which is an integer in the interval (1, q-1). If the random number is generated by the PMD, the 'rte_crypto_param.data' parameter should be set to NULL.

Definition at line 535 of file rte_crypto_asym.h.

◆ r

dsa sign component 'r' value

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

Definition at line 541 of file rte_crypto_asym.h.

◆ s

dsa sign component 's' value

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

Definition at line 547 of file rte_crypto_asym.h.

◆ y

y : Public key of the signer. y = g^x mod p

Definition at line 553 of file rte_crypto_asym.h.


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