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

rte_pmd_cnxk_crypto_sess - Crypto CNXK PMD session structure.

#include <rte_pmd_cnxk_crypto.h>


enum rte_crypto_op_type op_type
enum rte_crypto_op_sess_type sess_type
union {
struct rte_security_session * sec_sess
struct rte_cryptodev_sym_session * crypto_sym_sess
struct rte_cryptodev_asym_session * crypto_asym_sess
};

Crypto CNXK PMD session structure.

This structure represents the session structure that would be used to store the session information.

Definition at line 59 of file rte_pmd_cnxk_crypto.h.

enum rte_crypto_op_type op_type

Crypto type (symmetric or asymmetric).

Definition at line 61 of file rte_pmd_cnxk_crypto.h.

enum rte_crypto_op_sess_type sess_type

Session type (Crypto or security).

Definition at line 63 of file rte_pmd_cnxk_crypto.h.

Security session pointer.

Definition at line 67 of file rte_pmd_cnxk_crypto.h.

Crypto symmetric session pointer.

Definition at line 69 of file rte_pmd_cnxk_crypto.h.

Crypto asymmetric session pointer

Definition at line 71 of file rte_pmd_cnxk_crypto.h.

Session pointer.

Generated automatically by Doxygen for DPDK from the source code.

Version 24.11.3 DPDK