|
DPDK 25.11.0-rc1
|
AE EC (Elliptic Curve) group parameters structure. More...
#include <rte_pmd_cnxk_crypto.h>
AE EC (Elliptic Curve) group parameters structure.
This structure holds the parameters for an elliptic curve group used in AE (Asymmetric Encryption) operations. It contains the prime, order, and curve constants (consta and constb), each represented as a byte array with an associated length. The maximum length is set to accommodate the largest supported curve (e.g., P521).
Definition at line 106 of file rte_pmd_cnxk_crypto.h.