Home
last modified time | relevance | path

Searched defs:nitrox_crypto_ctx (Results 1 – 1 of 1) sorted by relevance

/dpdk/drivers/crypto/nitrox/
H A Dnitrox_sym_ctx.h70 struct nitrox_crypto_ctx { struct
71 struct flexi_crypto_context fctx;
72 enum nitrox_chain nitrox_chain;
73 enum rte_crypto_aead_algorithm aead_algo;
74 struct {
77 } iv;
78 rte_iova_t iova;
79 uint8_t salt[AES_GCM_SALT_SIZE];
80 uint16_t digest_length;
81 uint16_t aad_length;
[all …]