2019-06-25 11:12:58 +00:00
|
|
|
/* SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
* Copyright(c) 2018 Cavium, Inc
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _OTX_CRYPTODEV_CAPABILITIES_H_
|
|
|
|
#define _OTX_CRYPTODEV_CAPABILITIES_H_
|
|
|
|
|
|
|
|
#include <rte_cryptodev.h>
|
|
|
|
|
|
|
|
/*
|
2020-06-18 16:55:50 +00:00
|
|
|
* Get capabilities list for the device, based on device type
|
2019-06-25 11:12:58 +00:00
|
|
|
*/
|
|
|
|
const struct rte_cryptodev_capabilities *
|
2020-06-18 16:55:50 +00:00
|
|
|
otx_get_capabilities(uint64_t flags);
|
2019-06-25 11:12:58 +00:00
|
|
|
|
|
|
|
#endif /* _OTX_CRYPTODEV_CAPABILITIES_H_ */
|