Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
rte_crypto_asym_xform(3)	     DPDK	      rte_crypto_asym_xform(3)

NAME
       rte_crypto_asym_xform

SYNOPSIS
       #include	<rte_crypto_asym.h>

   Data	Fields
       struct rte_crypto_asym_xform * next
       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
       struct rte_crypto_ml_kem_xform mlkem
       struct rte_crypto_ml_dsa_xform mldsa

Detailed Description
       Asymmetric crypto transform data

       Structure describing asym xforms.

       Definition at line 1056 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 1057 of file rte_crypto_asym.h.

   enum	rte_crypto_asym_xform_type xform_type
       Asymmetric crypto transform

       Definition at line 1059 of file rte_crypto_asym.h.

   struct rte_crypto_rsa_xform rsa
       RSA xform parameters

       Definition at line 1063 of file rte_crypto_asym.h.

   struct rte_crypto_modex_xform modex
       Modular Exponentiation xform parameters

       Definition at line 1066 of file rte_crypto_asym.h.

   struct rte_crypto_modinv_xform modinv
       Modular Multiplicative Inverse xform parameters

       Definition at line 1069 of file rte_crypto_asym.h.

   struct rte_crypto_dh_xform dh
       DH xform	parameters

       Definition at line 1072 of file rte_crypto_asym.h.

   struct rte_crypto_dsa_xform dsa
       DSA xform parameters

       Definition at line 1075 of file rte_crypto_asym.h.

   struct rte_crypto_ec_xform ec
       EC xform	parameters, used by elliptic curve based operations.

       Definition at line 1078 of file rte_crypto_asym.h.

   struct rte_crypto_ml_kem_xform mlkem
       PQC ML-KEM xform	parameters

       Definition at line 1083 of file rte_crypto_asym.h.

   struct rte_crypto_ml_dsa_xform mldsa
       PQC ML-DSA xform	parameters

       Definition at line 1086 of file rte_crypto_asym.h.

Author
       Generated automatically by Doxygen for DPDK from	the source code.

Version	25.11.0			Thu Jun	11 2026	      rte_crypto_asym_xform(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=next&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help