DPDK
20.05.0
|
#include <rte_crypto_asym.h>
Data Fields | |
rte_crypto_param | modulus |
Asymmetric modular multiplicative inverse transform operation
Structure describing modular multiplicative inverse transform
Definition at line 263 of file rte_crypto_asym.h.
rte_crypto_param modulus |
Pointer to the modulus data for modular multiplicative inverse 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
This number shall be relatively prime to base in corresponding Modular Multiplicative Inverse rte_crypto_mod_op_param
Definition at line 264 of file rte_crypto_asym.h.