DPDK  22.07.0
Data Fields
rte_crypto_asym_op Struct Reference

#include <rte_crypto_asym.h>

Data Fields

uint16_t flags
 
struct rte_cryptodev_asym_session * session
 
struct rte_crypto_asym_xformxform
 

Detailed Description

Asymmetric Cryptographic Operation.

Structure describing asymmetric crypto operation params.

Definition at line 646 of file rte_crypto_asym.h.

Field Documentation

◆ session

struct rte_cryptodev_asym_session* session

Handle for the initialised session context

Definition at line 649 of file rte_crypto_asym.h.

◆ xform

struct rte_crypto_asym_xform* xform

Session-less API crypto operation parameters

Definition at line 651 of file rte_crypto_asym.h.

◆ flags

uint16_t flags

Asymmetric crypto operation flags. Please refer to the RTE_CRYPTO_ASYM_FLAG_*.

Definition at line 666 of file rte_crypto_asym.h.


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