DPDK  18.11.11
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 233 of file rte_crypto_asym.h.

Field Documentation

rte_crypto_param modulus

modulus Prime modulus of the modexp transform operation in octet-string network byte order format.

Definition at line 234 of file rte_crypto_asym.h.

rte_crypto_param exponent

exponent Private exponent of the modexp transform operation in octet-string network byte order format.

Definition at line 240 of file rte_crypto_asym.h.


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