Home
last modified time | relevance | path

Searched refs:TPM_RH (Results 1 – 7 of 7) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DACT_spt_fp.h54 TPM_RH actHandle
77 TPM_RH handle, //IN: the handle of the act
DMarshal_fp.h430 TPM_RH_Unmarshal(TPM_RH *target, BYTE **buffer, INT32 *size);
437 TPM_RH_Marshal(TPM_RH *source, BYTE **buffer, INT32 *size);
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTpmTypes.h681 typedef TPM_HANDLE TPM_RH; typedef
682 #define TPM_RH_FIRST (TPM_RH)(0x40000000)
683 #define TPM_RH_SRK (TPM_RH)(0x40000000)
684 #define TPM_RH_OWNER (TPM_RH)(0x40000001)
685 #define TPM_RH_REVOKE (TPM_RH)(0x40000002)
686 #define TPM_RH_TRANSPORT (TPM_RH)(0x40000003)
687 #define TPM_RH_OPERATOR (TPM_RH)(0x40000004)
688 #define TPM_RH_ADMIN (TPM_RH)(0x40000005)
689 #define TPM_RH_EK (TPM_RH)(0x40000006)
690 #define TPM_RH_NULL (TPM_RH)(0x40000007)
[all …]
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Capability/
DGetCapability.c170 if(((TPM_RH)in->property < TPM_RH_ACT_0) in TPM2_GetCapability()
171 || ((TPM_RH)in->property > TPM_RH_ACT_F)) in TPM2_GetCapability()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/ClockTimer/
DACT_spt.c135 TPM_RH actHandle in ActGetSignaled()
194 TPM_RH handle, //IN: the handle of the act in ActCounterUpdate()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DEntity.c106 if(((TPM_RH)handle >= TPM_RH_AUTH_00) in EntityGetLoadStatus()
107 && ((TPM_RH)handle <= TPM_RH_AUTH_FF)) in EntityGetLoadStatus()
DMarshal.c590 TPM_RH_Unmarshal(TPM_RH *target, BYTE **buffer, INT32 *size) in TPM_RH_Unmarshal()
595 TPM_RH_Marshal(TPM_RH *source, BYTE **buffer, INT32 *size) in TPM_RH_Marshal()