DPDK  24.11.0-rc3
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
 
struct rte_crypto_ec_xform ec
 

Detailed Description

Asymmetric crypto transform data

Structure describing asym xforms.

Examples:
examples/fips_validation/main.c.

Definition at line 720 of file rte_crypto_asym.h.

Field Documentation

◆ next

struct rte_crypto_asym_xform* next

Pointer to next xform to set up xform chain.

Examples:
examples/fips_validation/main.c.

Definition at line 721 of file rte_crypto_asym.h.

◆ xform_type

enum rte_crypto_asym_xform_type xform_type

Asymmetric crypto transform

Examples:
examples/fips_validation/main.c.

Definition at line 723 of file rte_crypto_asym.h.

◆ rsa

RSA xform parameters

Examples:
examples/fips_validation/main.c.

Definition at line 727 of file rte_crypto_asym.h.

◆ modex

struct rte_crypto_modex_xform modex

Modular Exponentiation xform parameters

Definition at line 730 of file rte_crypto_asym.h.

◆ modinv

struct rte_crypto_modinv_xform modinv

Modular Multiplicative Inverse xform parameters

Definition at line 733 of file rte_crypto_asym.h.

◆ dh

DH xform parameters

Definition at line 736 of file rte_crypto_asym.h.

◆ dsa

DSA xform parameters

Definition at line 739 of file rte_crypto_asym.h.

◆ ec

EC xform parameters, used by elliptic curve based operations.

Examples:
examples/fips_validation/main.c.

Definition at line 742 of file rte_crypto_asym.h.


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