DPDK 24.11.0
 
Loading...
Searching...
No Matches
rte_crypto_rsa_xform Struct Reference

#include <rte_crypto_asym.h>

Data Fields

rte_crypto_uint n
 
rte_crypto_uint e
 
struct rte_crypto_rsa_padding padding
 

Detailed Description

Asymmetric RSA transform data

Structure describing RSA xform params

Definition at line 315 of file rte_crypto_asym.h.

Field Documentation

◆ n

the RSA modulus

Examples
examples/fips_validation/main.c.

Definition at line 316 of file rte_crypto_asym.h.

◆ e

the RSA public exponent

Examples
examples/fips_validation/main.c.

Definition at line 318 of file rte_crypto_asym.h.

◆ d

the RSA private exponent

Examples
examples/fips_validation/main.c.

Definition at line 324 of file rte_crypto_asym.h.

◆ qt

qt - Private key in quintuple format

Examples
examples/fips_validation/main.c.

Definition at line 326 of file rte_crypto_asym.h.

◆ padding

struct rte_crypto_rsa_padding padding

RSA padding information

Examples
examples/fips_validation/main.c.

Definition at line 330 of file rte_crypto_asym.h.


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