summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorUdit Agarwal <udit.agarwal@nxp.com>2018-07-04 11:24:49 +0530
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 15:43:21 +0800
commitbb7f2bc98a3cf3f483d934d53871784b2bbe5204 (patch)
tree7bc32ad23bbbfd37b6c5f7aca29d0e29c7aab09e /MAINTAINERS
parente2173ee9874b74843341562659ba15593f33ed72 (diff)
encrypted_keys: Adds support for secure key-type as master key.
Encrypted keys can use secure key-type as master key along with trusted/user keys. Secure key as master key uses, secure key type payload derieved using CAAM hardware. Signed-off-by: Udit Agarwal <udit.agarwal@nxp.com> Reviewed-by: Sahil Malhotra <sahil.malhotra@nxp.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 0e91c5c8ce56..c9f07180e3ff 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9071,6 +9071,7 @@ F: include/keys/secure-type.h
F: security/keys/secure_key.c
F: security/keys/securekey_desc.c
F: security/keys/securekey_desc.h
+F: security/keys/encrypted-keys/masterkey_secure.c
KEYS/KEYRINGS:
M: David Howells <dhowells@redhat.com>