DPDK  20.11.10
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 242 of file rte_crypto_asym.h.

Field Documentation

◆ 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 243 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 252 of file rte_crypto_asym.h.


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