DOKK / manpages / debian 13 / dpdk-doc / rte_crypto_rsa_xform.3.en
rte_crypto_rsa_xform(3) Library Functions Manual rte_crypto_rsa_xform(3)

rte_crypto_rsa_xform

#include <rte_crypto_asym.h>


rte_crypto_uint n
rte_crypto_uint e
struct rte_crypto_rsa_padding padding

Asymmetric RSA transform data

Structure describing RSA xform params

Definition at line 315 of file rte_crypto_asym.h.

rte_crypto_uint n

the RSA modulus

Definition at line 316 of file rte_crypto_asym.h.

rte_crypto_uint e

the RSA public exponent

Definition at line 318 of file rte_crypto_asym.h.

rte_crypto_uint d

the RSA private exponent

Definition at line 324 of file rte_crypto_asym.h.

struct rte_crypto_rsa_priv_key_qt qt

qt - Private key in quintuple format

Definition at line 326 of file rte_crypto_asym.h.

struct rte_crypto_rsa_padding padding

RSA padding information

Definition at line 330 of file rte_crypto_asym.h.

Generated automatically by Doxygen for DPDK from the source code.

Version 24.11.3 DPDK