hc
2024-05-16 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb
kernel/include/keys/trusted-type.h
....@@ -1,10 +1,7 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Copyright (C) 2010 IBM Corporation
34 * 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.
85 */
96
107 #ifndef _KEYS_TRUSTED_TYPE_H
....@@ -33,6 +30,7 @@
3330 uint16_t keytype;
3431 uint32_t keyhandle;
3532 unsigned char keyauth[TPM_DIGEST_SIZE];
33
+ uint32_t blobauth_len;
3634 unsigned char blobauth[TPM_DIGEST_SIZE];
3735 uint32_t pcrinfo_len;
3836 unsigned char pcrinfo[MAX_PCRINFO_SIZE];