aboutsummaryrefslogtreecommitdiff
path: root/include/tss2
diff options
context:
space:
mode:
authorAndreas Fuchs <andreas.fuchs@sit.fraunhofer.de>2018-05-25 10:03:27 +0200
committerTadeusz Struk <tadeusz.struk@intel.com>2018-06-04 14:09:14 -0700
commit7b206a511c8d076508f47dfbc25e946b82d0c0d9 (patch)
treef566b673d95c2eea8348bbefc44a0a7a5e54333f /include/tss2
parent2a67f9e4b80d4875e4e70c9a6c899a749c57c608 (diff)
downloadtpm2-tss-7b206a511c8d076508f47dfbc25e946b82d0c0d9.tar.gz
ESYS: Remove nonceTPM from Esys_StartAuthSession
Removed the nonceTPM response parameter from Esys_StartAuthSession and Esys_StartAuthSession_Finish functions. Fixes: #1021 Signed-off-by: Andreas Fuchs <andreas.fuchs@sit.fraunhofer.de>
Diffstat (limited to 'include/tss2')
-rw-r--r--include/tss2/tss2_esys.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/tss2/tss2_esys.h b/include/tss2/tss2_esys.h
index 74ebcf12..c0ec460f 100644
--- a/include/tss2/tss2_esys.h
+++ b/include/tss2/tss2_esys.h
@@ -309,8 +309,7 @@ Esys_StartAuthSession(
TPM2_SE sessionType,
const TPMT_SYM_DEF *symmetric,
TPMI_ALG_HASH authHash,
- ESYS_TR *sessionHandle,
- TPM2B_NONCE **nonceTPM);
+ ESYS_TR *sessionHandle);
TSS2_RC
Esys_StartAuthSession_Async(
@@ -328,8 +327,7 @@ Esys_StartAuthSession_Async(
TSS2_RC
Esys_StartAuthSession_Finish(
ESYS_CONTEXT *esysContext,
- ESYS_TR *sessionHandle,
- TPM2B_NONCE **nonceTPM);
+ ESYS_TR *sessionHandle);
/* Table 17 - TPM2_PolicyRestart Command */