DPDK
18.05.1
|
#include <rte_security.h>
Data Fields | |
void * | device |
struct rte_security_ops * | ops |
uint16_t | sess_cnt |
Security context for crypto/eth devices
Security instance for each driver to register security operations. The application can get the security context from the crypto/eth device id using the APIs rte_cryptodev_get_sec_ctx()/rte_eth_dev_get_sec_ctx() This structure is used to identify the device(crypto/eth) for which the security operations need to be performed.
Definition at line 95 of file rte_security.h.
void* device |
Crypto/ethernet device attached
Definition at line 97 of file rte_security.h.
struct rte_security_ops* ops |
Pointer to security ops for the device
Definition at line 98 of file rte_security.h.
uint16_t sess_cnt |
Number of sessions attached to this context
Definition at line 101 of file rte_security.h.