DPDK
18.11.11
|
#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 233 of file rte_crypto_asym.h.
rte_crypto_param modulus |
modulus Prime modulus of the modexp transform operation in octet-string network byte order format.
Definition at line 234 of file rte_crypto_asym.h.
rte_crypto_param exponent |
exponent Private exponent of the modexp transform operation in octet-string network byte order format.
Definition at line 240 of file rte_crypto_asym.h.