Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | encrypted-keys: IS_ERR need include/err.h | Stephen Rothwell | 2011-09-15 | 1 | -0/+1 |
| | | | | | | | | | | Fixes this build error: security/keys/encrypted-keys/masterkey_trusted.c: In function 'request_trusted_key': security/keys/encrypted-keys/masterkey_trusted.c:35:2: error: implicit declaration of function 'IS_ERR' Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Mimi Zohar <zohar@us.ibm.com> | ||||
* | encrypted-keys: remove trusted-keys dependency | Mimi Zohar | 2011-09-14 | 1 | -0/+44 |
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> |