DPDK  20.05.0-rc0
Data Fields
rte_crypto_ecdsa_op_param Struct Reference

#include <rte_crypto_asym.h>

Data Fields

enum rte_crypto_asym_op_type op_type
 
rte_crypto_param pkey
 
struct rte_crypto_ec_point q
 
rte_crypto_param message
 
rte_crypto_param k
 
rte_crypto_param r
 
rte_crypto_param s
 

Detailed Description

ECDSA operation params

Definition at line 573 of file rte_crypto_asym.h.

Field Documentation

Signature generation or verification

Definition at line 574 of file rte_crypto_asym.h.

Private key of the signer for signature generation

Definition at line 577 of file rte_crypto_asym.h.

Public key of the signer for verification

Definition at line 580 of file rte_crypto_asym.h.

Input message digest to be signed or verified

Definition at line 583 of file rte_crypto_asym.h.

The ECDSA per-message secret number, which is an integer in the interval (1, n-1)

Definition at line 586 of file rte_crypto_asym.h.

r component of elliptic curve signature output : for signature generation input : for signature verification

Definition at line 591 of file rte_crypto_asym.h.

s component of elliptic curve signature output : for signature generation input : for signature verification

Definition at line 596 of file rte_crypto_asym.h.


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