mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 08:03:01 +09:00
KEYS: trusted: Introduce TEE based Trusted Keys
Add support for TEE based trusted keys where TEE provides the functionality to seal and unseal trusted keys using hardware unique key. Refer to Documentation/staging/tee.rst for detailed information about TEE. Signed-off-by: Sumit Garg <sumit.garg@linaro.org> Tested-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org> Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
This commit is contained in:
committed by
Jarkko Sakkinen
parent
5d0682be31
commit
0a95ebc913
16
include/keys/trusted_tee.h
Normal file
16
include/keys/trusted_tee.h
Normal file
@@ -0,0 +1,16 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0 */
|
||||
/*
|
||||
* Copyright (C) 2019-2021 Linaro Ltd.
|
||||
*
|
||||
* Author:
|
||||
* Sumit Garg <sumit.garg@linaro.org>
|
||||
*/
|
||||
|
||||
#ifndef __TEE_TRUSTED_KEY_H
|
||||
#define __TEE_TRUSTED_KEY_H
|
||||
|
||||
#include <keys/trusted-type.h>
|
||||
|
||||
extern struct trusted_key_ops trusted_key_tee_ops;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user