]> www.infradead.org Git - users/jedix/linux-maple.git/commit
KEYS: trusted: Introduce TEE based Trusted Keys
authorSumit Garg <sumit.garg@linaro.org>
Mon, 1 Mar 2021 13:11:25 +0000 (18:41 +0530)
committerJarkko Sakkinen <jarkko@kernel.org>
Fri, 9 Apr 2021 05:58:31 +0000 (08:58 +0300)
commit6dd95e650c8af6cdcf5645f130fe140ad222d9af
treea245eb7e8fd169da49e8315129424cc057410c16
parent830027e2cb55ac7e0a6d718cf7686b3e6056c41c
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>
include/keys/trusted_tee.h [new file with mode: 0644]
security/keys/trusted-keys/Makefile
security/keys/trusted-keys/trusted_core.c
security/keys/trusted-keys/trusted_tee.c [new file with mode: 0644]