hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
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];