linux-imx/include/keys/trusted_dcp.h
Kshitiz Varshney 904a742158 DCP: Trusted keys backed by DCP
This patch adds trusted hardware key support for DCP crypto driver.

Signed-off-by: Kshitiz Varshney <kshitiz.varshney@nxp.com>
Reviewed by: Pankaj Gupta <pankaj.gupta@nxp.com>
2023-10-30 15:52:39 +08:00

13 lines
199 B
C

/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (C) 2022 NXP
*/
#ifndef __DCP_TRUSTED_KEY_H__
#define __DCP_TRUSTED_KEY_H__
extern struct trusted_key_ops trusted_key_dcp_ops;
#endif