DPDK
19.11.14
|
#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 229 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 230 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 239 of file rte_crypto_asym.h.