summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorUdit Agarwal <udit.agarwal@nxp.com>2018-07-04 09:51:59 +0530
committerDong Aisheng <aisheng.dong@nxp.com>2021-11-02 16:57:32 +0800
commite5f4442d1eb85bbfd43870406eed14d8e09a13aa (patch)
tree41a94cf1d3a9d1ba8517e9970b0876105c02d651 /MAINTAINERS
parent8bb7eca972ad531c9b149c0a51ab43a417385813 (diff)
security/keys/secure_key: Adds the secure key support based on CAAM.
Secure keys are derieved using CAAM crypto block. Secure keys derieved are the random number symmetric keys from CAAM. Blobs corresponding to the key are formed using CAAM. User space will only be able to view the blob of the key. Signed-off-by: Udit Agarwal <udit.agarwal@nxp.com> Reviewed-by: Sahil Malhotra <sahil.malhotra@nxp.com> [ Aisheng: fix minior conflicts due to 47f9c2796891 ("KEYS: trusted: Create trusted keys subsystem") ] Sign-off-by: Dong Aisheng <aisheng.dong@nxp.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS11
1 files changed, 11 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 3b79fd441dde..8a8fe133e46b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10376,6 +10376,17 @@ S: Supported
F: include/keys/trusted_tee.h
F: security/keys/trusted-keys/trusted_tee.c
+KEYS-SECURE
+M: Udit Agarwal <udit.agarwal@nxp.com>
+R: Sahil Malhotra <sahil.malhotra@nxp.com>
+L: linux-security-module@vger.kernel.org
+L: keyrings@vger.kernel.org
+S: Supported
+F: include/keys/secure-type.h
+F: security/keys/secure_key.c
+F: security/keys/securekey_desc.c
+F: security/keys/securekey_desc.h
+
KEYS/KEYRINGS
M: David Howells <dhowells@redhat.com>
M: Jarkko Sakkinen <jarkko@kernel.org>