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 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 …]