|
DPDK 25.11.3
|
Crypto CNXK PMD session structure. More...
#include <rte_pmd_cnxk_crypto.h>
Data Structures | |
| union | [union].__unnamed0__ |
Data Fields | |
| enum rte_crypto_op_type | op_type |
| enum rte_crypto_op_sess_type | sess_type |
Crypto CNXK PMD session structure.
This structure represents the session structure that would be used to store the session information.
Definition at line 81 of file rte_pmd_cnxk_crypto.h.
| enum rte_crypto_op_type op_type |
Crypto type (symmetric or asymmetric).
Definition at line 83 of file rte_pmd_cnxk_crypto.h.
| enum rte_crypto_op_sess_type sess_type |
Session type (Crypto or security).
Definition at line 85 of file rte_pmd_cnxk_crypto.h.