DPDK
20.05.0
|
#include <rte_crypto_asym.h>
Data Fields | |
rte_crypto_param | modulus |
rte_crypto_param | exponent |
Asymmetric Modular exponentiation transform data
Structure describing modular exponentiation xform param
Definition at line 240 of file rte_crypto_asym.h.
rte_crypto_param modulus |
modulus Pointer to the modulus data for modexp transform operation in octet-string network byte order format
In case this number is equal to zero the driver shall set the crypto op status field to RTE_CRYPTO_OP_STATUS_ERROR
Definition at line 241 of file rte_crypto_asym.h.
rte_crypto_param exponent |
exponent Exponent of the modexp transform operation in octet-string network byte order format
Definition at line 250 of file rte_crypto_asym.h.