DPDK  2.2.0
Data Fields
rte_crypto_xform Struct Reference

#include <rte_crypto.h>

Data Fields

struct rte_crypto_xformnext
enum rte_crypto_xform_type type
struct rte_crypto_auth_xform auth
struct rte_crypto_cipher_xform cipher

Detailed Description

Crypto transform structure.

This is used to specify the crypto transforms required, multiple transforms can be chained together to specify a chain transforms such as authentication then cipher, or cipher then authentication. Each transform structure can hold a single transform, the type field is used to specify which transform is contained within the union

Examples:
l2fwd-crypto/main.c.

Definition at line 324 of file rte_crypto.h.

Field Documentation

struct rte_crypto_xform* next

next xform in chain

Examples:
l2fwd-crypto/main.c.

Definition at line 325 of file rte_crypto.h.

xform type

Definition at line 327 of file rte_crypto.h.

struct rte_crypto_auth_xform auth

Authentication / hash xform

Definition at line 329 of file rte_crypto.h.

struct rte_crypto_cipher_xform cipher

Cipher xform

Definition at line 331 of file rte_crypto.h.


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