encrypted-keys: remove trusted-keys dependency
authorMimi Zohar <zohar@linux.vnet.ibm.com>
Sun, 28 Aug 2011 02:21:26 +0000 (22:21 -0400)
committerMimi Zohar <zohar@linux.vnet.ibm.com>
Wed, 14 Sep 2011 19:23:49 +0000 (15:23 -0400)
commit982e617a313b57abee3bcfa53381c356d00fd64a
treeba23ab206aaff2331bca116cebd11ad4ef580c32
parent61cf45d0199041df1a8ba334b6bf4a3a13b7f904
encrypted-keys: remove trusted-keys dependency

Encrypted keys are decrypted/encrypted using either a trusted-key or,
for those systems without a TPM, a user-defined key.  This patch
removes the trusted-keys and TCG_TPM dependencies.

Signed-off-by: Mimi Zohar <zohar@us.ibm.com>
security/Kconfig
security/keys/encrypted-keys/Makefile
security/keys/encrypted-keys/encrypted.c
security/keys/encrypted-keys/encrypted.h
security/keys/encrypted-keys/masterkey_trusted.c [new file with mode: 0644]