numam-dpdk/drivers/crypto/cnxk/cnxk_cryptodev_sec.h
Srujana Challa 4c023b6ebc crypto/cnxk: add security context skeleton
Add security ctx in cn10k crypto PMD.

Signed-off-by: Anoob Joseph <anoobj@marvell.com>
Signed-off-by: Srujana Challa <schalla@marvell.com>
Signed-off-by: Tejasree Kondoj <ktejasree@marvell.com>
Acked-by: Akhil Goyal <gakhil@marvell.com>
2021-07-07 21:15:08 +02:00

15 lines
345 B
C

/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(C) 2021 Marvell.
*/
#ifndef __CNXK_CRYPTODEV_SEC_H__
#define __CNXK_CRYPTODEV_SEC_H__
#include <rte_cryptodev.h>
int cnxk_crypto_sec_ctx_create(struct rte_cryptodev *crypto_dev);
void cnxk_crypto_sec_ctx_destroy(struct rte_cryptodev *crypto_dev);
#endif /* __CNXK_CRYPTODEV_SEC_H__ */