table of contents
| rte_pmd_cnxk_crypto_ae_ec_group_params(3) | Library Functions Manual | rte_pmd_cnxk_crypto_ae_ec_group_params(3) |
NAME¶
rte_pmd_cnxk_crypto_ae_ec_group_params - AE EC (Elliptic Curve) group parameters structure.
SYNOPSIS¶
#include <rte_pmd_cnxk_crypto.h>
Detailed Description¶
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.
Author¶
Generated automatically by Doxygen for DPDK from the source code.
| Version 25.11.0 | DPDK |