1. 17 11月, 2011 2 次提交
    • M
      encrypted-keys: module build fixes · 9c698987
      Mimi Zohar 提交于
      Encrypted keys are encrypted/decrypted using either a trusted or
      user-defined key type, which is referred to as the 'master' key.
      The master key may be of type trusted iff the trusted key is
      builtin or both the trusted key and encrypted keys are built as
      modules.  This patch resolves the build dependency problem.
      
      - Use "masterkey-$(CONFIG_TRUSTED_KEYS)-$(CONFIG_ENCRYPTED_KEYS)" construct
      to encapsulate the above logic. (Suggested by Dimtry Kasatkin.)
      - Fixing the encrypted-keys Makefile, results in a module name change
      from encrypted.ko to encrypted-keys.ko.
      - Add module dependency for request_trusted_key() definition
      Signed-off-by: NMimi Zohar <zohar@us.ibm.com>
      9c698987
    • M
      encrypted-keys: fix error return code · f4a0d5ab
      Mimi Zohar 提交于
      Fix request_master_key() error return code.
      Signed-off-by: NMimi Zohar <zohar@us.ibm.com>
      f4a0d5ab
  2. 01 11月, 2011 1 次提交
  3. 21 9月, 2011 1 次提交
  4. 16 9月, 2011 1 次提交
  5. 15 9月, 2011 2 次提交