mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-09-02 18:06:13 +02:00

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>
13 lines
199 B
C
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
|