Showing with 359 additions and 474 deletions.
  1. +5 −6 Makefile.am
  2. +124 −153 tools/tpm2_getpubak.c
  3. +87 −119 tools/tpm2_getpubek.c
  4. +33 −50 tools/tpm2_getrandom.c
  5. +110 −146 tools/tpm2_hmac.c
11 changes: 5 additions & 6 deletions Makefile.am
Expand Up @@ -58,14 +58,13 @@ bin_PROGRAMS = \
tools/tpm2_dump_capability \
tools/tpm2_encryptdecrypt \
tools/tpm2_evictcontrol \
tools/tpm2_getmanufec
tools/tpm2_getmanufec \
tools/tpm2_getpubak \
tools/tpm2_getpubek \
tools/tpm2_getrandom \
tools/tpm2_hmac

# NEED TO PORT
# tools/tpm2_getpubak \
# tools/tpm2_getpubek \
# tools/tpm2_getrandom \
# tools/tpm2_hash \
# tools/tpm2_hmac \
# tools/tpm2_listpersistent \
# tools/tpm2_load \
# tools/tpm2_loadexternal \
Expand Down