DPDK 22.11.4
Data Fields
rte_cryptodev_capabilities Struct Reference

#include <rte_cryptodev.h>

Data Fields

enum rte_crypto_op_type op
 
struct rte_cryptodev_symmetric_capability sym
 
struct rte_cryptodev_asymmetric_capability asym
 

Detailed Description

Structure used to capture a capability of a crypto device

Examples
examples/ipsec-secgw/ipsec-secgw.c, and examples/l2fwd-crypto/main.c.

Definition at line 199 of file rte_cryptodev.h.

Field Documentation

◆ op

Operation type

Examples
examples/ipsec-secgw/ipsec-secgw.c, and examples/l2fwd-crypto/main.c.

Definition at line 200 of file rte_cryptodev.h.

◆ sym

Symmetric operation capability parameters

Examples
examples/ipsec-secgw/ipsec-secgw.c, and examples/l2fwd-crypto/main.c.

Definition at line 205 of file rte_cryptodev.h.

◆ asym

Asymmetric operation capability parameters

Definition at line 207 of file rte_cryptodev.h.


The documentation for this struct was generated from the following file: