aboutsummaryrefslogtreecommitdiff
path: root/src/tss2-esys
diff options
context:
space:
mode:
Diffstat (limited to 'src/tss2-esys')
-rw-r--r--src/tss2-esys/api/Esys_StartAuthSession.c1
-rw-r--r--src/tss2-esys/esys_int.h2
2 files changed, 0 insertions, 3 deletions
diff --git a/src/tss2-esys/api/Esys_StartAuthSession.c b/src/tss2-esys/api/Esys_StartAuthSession.c
index 04a06022..7b0a8847 100644
--- a/src/tss2-esys/api/Esys_StartAuthSession.c
+++ b/src/tss2-esys/api/Esys_StartAuthSession.c
@@ -229,7 +229,6 @@ Esys_StartAuthSession_Async(
&encryptedSaltAux);
return_if_error(r2, "Error in parameter encryption.");
- esysContext->in.StartAuthSession.encryptedSalt = &encryptedSaltAux;
if (nonceCaller == NULL) {
r2 = iesys_crypto_hash_get_digest_size(authHash,&authHash_size);
if (r2 != TSS2_RC_SUCCESS) {
diff --git a/src/tss2-esys/esys_int.h b/src/tss2-esys/esys_int.h
index ef20c29f..20dc1b15 100644
--- a/src/tss2-esys/esys_int.h
+++ b/src/tss2-esys/esys_int.h
@@ -53,8 +53,6 @@ typedef struct {
TPMI_ALG_HASH authHash;
TPM2B_NONCE *nonceCaller;
TPM2B_NONCE nonceCallerData;
- TPM2B_ENCRYPTED_SECRET *encryptedSalt;
- TPM2B_ENCRYPTED_SECRET encryptedSaltData;
TPMT_SYM_DEF *symmetric;
TPMT_SYM_DEF symmetricData;
} StartAuthSession_IN;