Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1176676

[PATCH 0/4] Basic trusted keys support for TPM 2.0

Path csiph.com!aioe.org!bofh.it!news.nic.it!robomod
From Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Newsgroups linux.kernel
Subject [PATCH 0/4] Basic trusted keys support for TPM 2.0
Date Fri, 03 Jul 2015 17:40:02 +0200
Message-ID <pIbeh-1No-5@gated-at.bofh.it> (permalink)
X-Original-To peterhuewe@gmx.de, tpmdd-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org, safford@us.ibm.com
X-Extloop1 1
X-Ironport-Av E=Sophos;i="5.15,400,1432623600"; d="scan'208";a="518457090"
X-Mailer git-send-email 2.1.4
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 24
Organization linux.* mail to news gateway
X-Original-Cc Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>, "Berg, Christopher" <Christopher.Berg@atmel.com>, Jason Gunthorpe <jgunthorpe@obsidianresearch.com>, keyrings@linux-nfs.org (open list:KEYS-TRUSTED), linux-security-module@vger.kernel.org (open list:KEYS-TRUSTED)
X-Original-Date Fri, 3 Jul 2015 18:36:32 +0300
X-Original-Message-ID <1435937799-28040-1-git-send-email-jarkko.sakkinen@linux.intel.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref aioe.org linux.kernel:1176676

Show key headers only | View raw


Jarkko Sakkinen (4):
  tpm: introduce struct tpm_buf
  trusted: move struct trusted_key_options to trusted-type.h
  tpm: seal/unseal for TPM 2.0
  keys, trusted: seal/unseal with TPM 2.0 chips

 drivers/char/tpm/tpm-interface.c |  75 ++++++
 drivers/char/tpm/tpm.h           |  77 ++++++
 drivers/char/tpm/tpm2-cmd.c      | 489 +++++++++++++++++++++++----------------
 include/keys/trusted-type.h      |  13 ++
 include/linux/tpm.h              |  26 +++
 include/linux/tpm_command.h      |   1 -
 security/keys/trusted.c          |  18 +-
 security/keys/trusted.h          |  18 +-
 8 files changed, 496 insertions(+), 221 deletions(-)

-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH 0/4] Basic trusted keys support for TPM 2.0 Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> - 2015-07-03 17:40 +0200

csiph-web