All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] tpm: Add and fix commands
@ 2017-03-20  9:28 Mario Six
  2017-03-20  9:28 ` [U-Boot] [PATCH 1/3] tpm: Add function to load keys via their parent's SHA1 hash Mario Six
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Mario Six @ 2017-03-20  9:28 UTC (permalink / raw)
  To: u-boot

This series fixes the tpm flush command, which is currently broken, adds a
command to list resources, and a command to load TPM keys via their parent's
SHA1 hash.

Mario Six (3):
  tpm: Add function to load keys via their parent's SHA1 hash
  cmd: tpm: Fix flush command
  lib: tpm: Add command to list resources

 cmd/tpm.c           | 162 +++++++++++++++++++++++++++++++++++++++++++++++-----
 drivers/tpm/Kconfig |  15 +++++
 include/tpm.h       |  12 ++++
 lib/tpm.c           |  40 +++++++++++++
 4 files changed, 214 insertions(+), 15 deletions(-)

--
2.11.0

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2017-03-27  2:27 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-20  9:28 [U-Boot] [PATCH 0/3] tpm: Add and fix commands Mario Six
2017-03-20  9:28 ` [U-Boot] [PATCH 1/3] tpm: Add function to load keys via their parent's SHA1 hash Mario Six
2017-03-22 13:05   ` Simon Glass
2017-03-22 13:20     ` Mario Six
2017-03-22 13:27       ` Simon Glass
2017-03-22 14:07         ` Mario Six
2017-03-22 14:47           ` Simon Glass
2017-03-27  2:27             ` Simon Glass
2017-03-20  9:28 ` [U-Boot] [PATCH 2/3] cmd: tpm: Fix flush command Mario Six
2017-03-22 13:05   ` Simon Glass
2017-03-27  2:27     ` Simon Glass
2017-03-20  9:28 ` [U-Boot] [PATCH 3/3] lib: tpm: Add command to list resources Mario Six
2017-03-22 13:05   ` Simon Glass
2017-03-24  9:54     ` Mario Six
2017-03-27  2:27       ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.