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>2019-11-25 15:43:20 +0800
commite2173ee9874b74843341562659ba15593f33ed72 (patch)
tree24ce324224ebcd4a47a71f149959b3610298546d /MAINTAINERS
parent219d54332a09e8d8741c1e1982f5eae56099de85 (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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS11
1 files changed, 11 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 9d3a5c54a41d..0e91c5c8ce56 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9061,6 +9061,17 @@ F: include/keys/trusted-type.h
F: security/keys/trusted.c
F: include/keys/trusted.h
+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.sakkinen@linux.intel.com>