DPDK
22.03.0
|
#include <rte_crypto_asym.h>
Data Fields | |
struct rte_crypto_ec_point | p |
struct rte_crypto_ec_point | r |
rte_crypto_param | scalar |
Structure for EC point multiplication operation param
Definition at line 490 of file rte_crypto_asym.h.
struct rte_crypto_ec_point p |
x and y coordinates of input point
Definition at line 491 of file rte_crypto_asym.h.
struct rte_crypto_ec_point r |
x and y coordinates of resultant point
Definition at line 494 of file rte_crypto_asym.h.
rte_crypto_param scalar |
Scalar to multiply the input point
Definition at line 497 of file rte_crypto_asym.h.