DPDK  21.02.0
Data Fields
rte_crypto_mod_op_param Struct Reference

#include <rte_crypto_asym.h>

Data Fields

rte_crypto_param base
 
rte_crypto_param result
 

Detailed Description

Operations params for modular operations: exponentiation and multiplicative inverse

Definition at line 373 of file rte_crypto_asym.h.

Field Documentation

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.

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.


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