|
DPDK 25.11.0-rc1
|
#include <rte_crypto_asym.h>
Data Fields | |
| rte_crypto_param | seed |
| rte_crypto_param | pubkey |
| rte_crypto_param | privkey |
PQC ML-DSA KEYGEN op
Parameters for PQC ML-DSA key generation operation
Definition at line 961 of file rte_crypto_asym.h.
| rte_crypto_param seed |
The random seed (of 32 bytes in length) to generate key pair.
Definition at line 962 of file rte_crypto_asym.h.
| rte_crypto_param pubkey |
Pointer to output data
rte_crypto_ml_dsa_pubkey_size for size of buffer. Definition at line 965 of file rte_crypto_asym.h.
| rte_crypto_param privkey |
Pointer to output data
rte_crypto_ml_dsa_privkey_size for size of buffer. Definition at line 972 of file rte_crypto_asym.h.