Searched defs:dpaa2_sec_session_entry (Results 1 – 1 of 1) sorted by relevance
191 typedef struct dpaa2_sec_session_entry { struct192 void *ctxt;193 uint8_t ctxt_type;194 uint8_t dir; /*!< Operation Direction */195 enum rte_crypto_cipher_algorithm cipher_alg; /*!< Cipher Algorithm*/196 enum rte_crypto_auth_algorithm auth_alg; /*!< Authentication Algorithm*/197 enum rte_crypto_aead_algorithm aead_alg; /*!< AEAD Algorithm*/198 dpaa2_sec_build_fd_t build_fd;199 dpaa2_sec_build_raw_dp_fd_t build_raw_dp_fd;200 union {[all …]