DPDK  24.03.0
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 message
 
rte_crypto_uint k
 
rte_crypto_uint r
 
rte_crypto_uint s
 

Detailed Description

ECDSA operation params

Definition at line 562 of file rte_crypto_asym.h.

Field Documentation

◆ op_type

Signature generation or verification

Examples:
examples/fips_validation/main.c.

Definition at line 563 of file rte_crypto_asym.h.

◆ message

Input message digest to be signed or verified

Examples:
examples/fips_validation/main.c.

Definition at line 566 of file rte_crypto_asym.h.

◆ k

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

Examples:
examples/fips_validation/main.c.

Definition at line 569 of file rte_crypto_asym.h.

◆ r

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

Examples:
examples/fips_validation/main.c.

Definition at line 576 of file rte_crypto_asym.h.

◆ s

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

Examples:
examples/fips_validation/main.c.

Definition at line 581 of file rte_crypto_asym.h.


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