Symbol: TPM_RESOURCE_TYPE
usr/src/boot/efi/include/IndustryStandard/Tpm12.h
1633
TPM_RESOURCE_TYPE resourceType;
usr/src/boot/efi/include/IndustryStandard/Tpm12.h
2114
TPM_RESOURCE_TYPE resourceType;
usr/src/boot/efi/include/IndustryStandard/Tpm12.h
277
#define TPM_RT_KEY ((TPM_RESOURCE_TYPE) 0x00000001) ///< The handle is a key handle and is the result of a LoadKey type operation
usr/src/boot/efi/include/IndustryStandard/Tpm12.h
278
#define TPM_RT_AUTH ((TPM_RESOURCE_TYPE) 0x00000002) ///< The handle is an authorization handle. Auth handles come from TPM_OIAP, TPM_OSAP and TPM_DSAP
usr/src/boot/efi/include/IndustryStandard/Tpm12.h
279
#define TPM_RT_HASH ((TPM_RESOURCE_TYPE) 0x00000003) ///< Reserved for hashes
usr/src/boot/efi/include/IndustryStandard/Tpm12.h
280
#define TPM_RT_TRANS ((TPM_RESOURCE_TYPE) 0x00000004) ///< The handle is for a transport session. Transport handles come from TPM_EstablishTransport
usr/src/boot/efi/include/IndustryStandard/Tpm12.h
281
#define TPM_RT_CONTEXT ((TPM_RESOURCE_TYPE) 0x00000005) ///< Resource wrapped and held outside the TPM using the context save/restore commands
usr/src/boot/efi/include/IndustryStandard/Tpm12.h
282
#define TPM_RT_COUNTER ((TPM_RESOURCE_TYPE) 0x00000006) ///< Reserved for counters
usr/src/boot/efi/include/IndustryStandard/Tpm12.h
283
#define TPM_RT_DELEGATE ((TPM_RESOURCE_TYPE) 0x00000007) ///< The handle is for a delegate row. These are the internal rows held in NV storage by the TPM
usr/src/boot/efi/include/IndustryStandard/Tpm12.h
284
#define TPM_RT_DAA_TPM ((TPM_RESOURCE_TYPE) 0x00000008) ///< The value is a DAA TPM specific blob
usr/src/boot/efi/include/IndustryStandard/Tpm12.h
285
#define TPM_RT_DAA_V0 ((TPM_RESOURCE_TYPE) 0x00000009) ///< The value is a DAA V0 parameter
usr/src/boot/efi/include/IndustryStandard/Tpm12.h
286
#define TPM_RT_DAA_V1 ((TPM_RESOURCE_TYPE) 0x0000000A) ///< The value is a DAA V1 parameter