1 /* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright(c) 2018 HUAWEI TECHNOLOGIES CO., LTD.
5 #ifndef _VIRTIO_CRYPTO_ALGS_H_
6 #define _VIRTIO_CRYPTO_ALGS_H_
8 #include <rte_memory.h>
10 #include "virtio_crypto.h"
12 struct virtio_crypto_session {
22 phys_addr_t phys_addr;
25 struct virtio_crypto_op_ctrl_req ctrl;
28 #endif /* _VIRTIO_CRYPTO_ALGS_H_ */