Symbol: TPM_PAYLOAD_TYPE
usr/src/boot/efi/include/IndustryStandard/Tpm12.h
1004
TPM_PAYLOAD_TYPE payload;
usr/src/boot/efi/include/IndustryStandard/Tpm12.h
1028
TPM_PAYLOAD_TYPE payload;
usr/src/boot/efi/include/IndustryStandard/Tpm12.h
1089
TPM_PAYLOAD_TYPE payload; // 0 1 1
usr/src/boot/efi/include/IndustryStandard/Tpm12.h
1102
TPM_PAYLOAD_TYPE payload; // 0 1 1
usr/src/boot/efi/include/IndustryStandard/Tpm12.h
1140
TPM_PAYLOAD_TYPE payloadType;
usr/src/boot/efi/include/IndustryStandard/Tpm12.h
291
#define TPM_PT_ASYM ((TPM_PAYLOAD_TYPE) 0x01) ///< The entity is an asymmetric key
usr/src/boot/efi/include/IndustryStandard/Tpm12.h
292
#define TPM_PT_BIND ((TPM_PAYLOAD_TYPE) 0x02) ///< The entity is bound data
usr/src/boot/efi/include/IndustryStandard/Tpm12.h
293
#define TPM_PT_MIGRATE ((TPM_PAYLOAD_TYPE) 0x03) ///< The entity is a migration blob
usr/src/boot/efi/include/IndustryStandard/Tpm12.h
294
#define TPM_PT_MAINT ((TPM_PAYLOAD_TYPE) 0x04) ///< The entity is a maintenance blob
usr/src/boot/efi/include/IndustryStandard/Tpm12.h
295
#define TPM_PT_SEAL ((TPM_PAYLOAD_TYPE) 0x05) ///< The entity is sealed data
usr/src/boot/efi/include/IndustryStandard/Tpm12.h
296
#define TPM_PT_MIGRATE_RESTRICTED ((TPM_PAYLOAD_TYPE) 0x06) ///< The entity is a restricted-migration asymmetric key
usr/src/boot/efi/include/IndustryStandard/Tpm12.h
297
#define TPM_PT_MIGRATE_EXTERNAL ((TPM_PAYLOAD_TYPE) 0x07) ///< The entity is a external migratable key
usr/src/boot/efi/include/IndustryStandard/Tpm12.h
298
#define TPM_PT_CMK_MIGRATE ((TPM_PAYLOAD_TYPE) 0x08) ///< The entity is a CMK migratable blob
usr/src/boot/efi/include/IndustryStandard/Tpm12.h
299
#define TPM_PT_VENDOR_SPECIFIC ((TPM_PAYLOAD_TYPE) 0x80) ///< 0x80 - 0xFF Vendor specific payloads