DPDK  19.08.2
Data Fields
rte_crypto_modex_xform Struct Reference

#include <rte_crypto_asym.h>

Data Fields

rte_crypto_param modulus
 
rte_crypto_param exponent
 

Detailed Description

Asymmetric Modular exponentiation transform data

Structure describing modular exponentiation xform param

Definition at line 227 of file rte_crypto_asym.h.

Field Documentation

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 228 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 237 of file rte_crypto_asym.h.


The documentation for this struct was generated from the following file: