]> asedeno.scripts.mit.edu Git - linux.git/commit
KEYS: trusted: Create trusted keys subsystem
authorSumit Garg <sumit.garg@linaro.org>
Wed, 16 Oct 2019 05:14:54 +0000 (10:44 +0530)
committerJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Tue, 12 Nov 2019 19:45:37 +0000 (21:45 +0200)
commit47f9c279689107f306fff506753971a39a8a7ffc
tree9153ded08efe3479007a2e306f9d91e8159f0dc5
parentc6f61e59760df04a245ef48c8805b4eb3d958230
KEYS: trusted: Create trusted keys subsystem

Move existing code to trusted keys subsystem. Also, rename files with
"tpm" as suffix which provides the underlying implementation.

Suggested-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
Reviewed-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Tested-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
crypto/asymmetric_keys/asym_tpm.c
include/Kbuild
include/keys/trusted_tpm.h [moved from include/keys/trusted.h with 96% similarity]
security/keys/Makefile
security/keys/trusted-keys/Makefile [new file with mode: 0644]
security/keys/trusted-keys/trusted_tpm1.c [moved from security/keys/trusted.c with 99% similarity]