NDN-DPDK
High-Speed Named Data Networking Forwarder
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Variables
cryptodev.c File Reference
#include "cryptodev.h"

Variables

struct rte_crypto_sym_xform CryptoDev_Sha256Xform
 

Variable Documentation

◆ CryptoDev_Sha256Xform

struct rte_crypto_sym_xform CryptoDev_Sha256Xform
Initial value:
= {
.type = RTE_CRYPTO_SYM_XFORM_AUTH,
.auth.op = RTE_CRYPTO_AUTH_OP_GENERATE,
.auth.algo = RTE_CRYPTO_AUTH_SHA256,
.auth.digest_length = 32,
}