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


Groups > linux.kernel > #1176676 > unrolled thread

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

Started byJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
First post2015-07-03 17:40 +0200
Last post2015-07-03 17:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

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

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

FromJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Date2015-07-03 17:40 +0200
Subject[PATCH 0/4] Basic trusted keys support for TPM 2.0
Message-ID<pIbeh-1No-5@gated-at.bofh.it>
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/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web