mirror of
https://github.com/stefanberger/libtpms
synced 2026-01-10 06:55:49 +00:00
tpm2: Use TPM2B_DIGEST in MAC_Out
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
parent
79e233c607
commit
74bd4ee1d6
@ -76,8 +76,9 @@ typedef struct
|
||||
} MAC_In;
|
||||
|
||||
// Output structure definition
|
||||
typedef struct {
|
||||
TPM2B_MAX_BUFFER outMAC;
|
||||
typedef struct
|
||||
{
|
||||
TPM2B_DIGEST outMAC;
|
||||
} MAC_Out;
|
||||
|
||||
// Response code modifiers
|
||||
|
||||
Loading…
Reference in New Issue
Block a user