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

Field Documentation

◆ modulus

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.

◆ exponent

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.


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