DPDK
20.05.0
|
#include <rte_crypto_asym.h>
Data Fields | |
rte_crypto_param | base |
rte_crypto_param | result |
Operations params for modular operations: exponentiation and multiplicative inverse
Definition at line 373 of file rte_crypto_asym.h.
rte_crypto_param base |
Pointer to base of modular exponentiation/multiplicative inverse data in octet-string network byte order format
In case Multiplicative Inverse is used this number shall be relatively prime to modulus in corresponding Modular Multiplicative Inverse rte_crypto_modinv_xform
Definition at line 374 of file rte_crypto_asym.h.
rte_crypto_param result |
Pointer to the result of modular exponentiation/multiplicative inverse data in octet-string network byte order format.
This field shall be big enough to hold the result of Modular Exponentiation or Modular Multiplicative Inverse (bigger or equal to length of modulus)
Definition at line 384 of file rte_crypto_asym.h.