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

Field Documentation

◆ base

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

◆ result

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


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