Searched defs:nitrox_crypto_ctx (Results 1 – 1 of 1) sorted by relevance
70 struct nitrox_crypto_ctx { struct71 struct flexi_crypto_context fctx;72 enum nitrox_chain nitrox_chain;73 struct {76 } iv;77 rte_iova_t iova;78 uint8_t salt[AES_GCM_SALT_SIZE];79 uint16_t digest_length;80 uint16_t aad_length;81 uint8_t opcode;[all …]