DPDK  19.05.0
Data Fields
rte_crypto_asym_xform Struct Reference

#include <rte_crypto_asym.h>

Data Fields

struct rte_crypto_asym_xformnext
enum rte_crypto_asym_xform_type xform_type
struct rte_crypto_rsa_xform rsa
struct rte_crypto_modex_xform modex
struct rte_crypto_modinv_xform modinv
struct rte_crypto_dh_xform dh
struct rte_crypto_dsa_xform dsa

Detailed Description

Asymmetric crypto transform data

Structure describing asym xforms.

Definition at line 361 of file rte_crypto_asym.h.

Field Documentation

struct rte_crypto_asym_xform* next

Pointer to next xform to set up xform chain.

Definition at line 362 of file rte_crypto_asym.h.

enum rte_crypto_asym_xform_type xform_type

Asymmetric crypto transform

Definition at line 364 of file rte_crypto_asym.h.

RSA xform parameters

Definition at line 369 of file rte_crypto_asym.h.

struct rte_crypto_modex_xform modex

Modular Exponentiation xform parameters

Definition at line 372 of file rte_crypto_asym.h.

struct rte_crypto_modinv_xform modinv

Modular Multiplicative Inverse xform parameters

Definition at line 375 of file rte_crypto_asym.h.

DH xform parameters

Definition at line 378 of file rte_crypto_asym.h.

DSA xform parameters

Definition at line 381 of file rte_crypto_asym.h.


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