| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (C) 2010 IBM Corporation |
|---|
| 3 | 4 | * Author: David Safford <safford@us.ibm.com> |
|---|
| 4 | | - * |
|---|
| 5 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 6 | | - * it under the terms of the GNU General Public License as published by |
|---|
| 7 | | - * the Free Software Foundation, version 2 of the License. |
|---|
| 8 | 5 | */ |
|---|
| 9 | 6 | |
|---|
| 10 | 7 | #ifndef _KEYS_TRUSTED_TYPE_H |
|---|
| .. | .. |
|---|
| 33 | 30 | uint16_t keytype; |
|---|
| 34 | 31 | uint32_t keyhandle; |
|---|
| 35 | 32 | unsigned char keyauth[TPM_DIGEST_SIZE]; |
|---|
| 33 | + uint32_t blobauth_len; |
|---|
| 36 | 34 | unsigned char blobauth[TPM_DIGEST_SIZE]; |
|---|
| 37 | 35 | uint32_t pcrinfo_len; |
|---|
| 38 | 36 | unsigned char pcrinfo[MAX_PCRINFO_SIZE]; |
|---|