DPDK  24.03.0
Data Fields
rte_crypto_ecpm_op_param Struct Reference

#include <rte_crypto_asym.h>

Data Fields

struct rte_crypto_ec_point p
 
struct rte_crypto_ec_point r
 
rte_crypto_param scalar
 

Detailed Description

Structure for EC point multiplication operation param

Definition at line 591 of file rte_crypto_asym.h.

Field Documentation

◆ p

x and y coordinates of input point

Definition at line 592 of file rte_crypto_asym.h.

◆ r

x and y coordinates of resultant point

Examples:
examples/fips_validation/main.c.

Definition at line 595 of file rte_crypto_asym.h.

◆ scalar

Scalar to multiply the input point

Examples:
examples/fips_validation/main.c.

Definition at line 598 of file rte_crypto_asym.h.


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