Searched refs:authHandle (Results 1 – 25 of 61) sorted by relevance
123
27 TPM_HANDLE authHandle, // IN: the handle that provided the in NvReadAccessChecks() argument45 if(authHandle == TPM_RH_OWNER) in NvReadAccessChecks()51 else if(authHandle == TPM_RH_PLATFORM) in NvReadAccessChecks()59 else if(authHandle != nvHandle) in NvReadAccessChecks()85 TPM_HANDLE authHandle, // IN: the handle that provided the in NvWriteAccessChecks() argument103 if(authHandle == TPM_RH_OWNER) in NvWriteAccessChecks()109 else if(authHandle == TPM_RH_PLATFORM) in NvWriteAccessChecks()117 else if(authHandle != nvHandle) in NvWriteAccessChecks()
33 if(in->authHandle != TPM_RH_PLATFORM) in TPM2_HierarchyControl()41 if( in->authHandle != TPM_RH_PLATFORM in TPM2_HierarchyControl()42 && in->authHandle != TPM_RH_OWNER) in TPM2_HierarchyControl()45 && in->authHandle != TPM_RH_PLATFORM) in TPM2_HierarchyControl()54 if( in->authHandle != TPM_RH_PLATFORM in TPM2_HierarchyControl()55 && in->authHandle != TPM_RH_ENDORSEMENT) in TPM2_HierarchyControl()58 && in->authHandle != TPM_RH_PLATFORM) in TPM2_HierarchyControl()
45 if(in->authHandle == TPM_RH_PLATFORM && gc.phEnableNV == CLEAR) in TPM2_NV_DefineSpace()127 && in->authHandle == TPM_RH_OWNER in TPM2_NV_DefineSpace()130 && in->authHandle == TPM_RH_PLATFORM in TPM2_NV_DefineSpace()138 && TPM_RH_PLATFORM != in->authHandle in TPM2_NV_DefineSpace()
11 TPM_HANDLE authHandle, // IN: the handle that provided the authorization15 TPM_HANDLE authHandle, // IN: the handle that provided the authorization
60 entityName.t.size = EntityGetName(in->authHandle, &entityName.t.name); in TPM2_PolicySecret()87 TicketComputeAuth(TPM_ST_AUTH_SECRET, EntityGetHierarchy(in->authHandle), in TPM2_PolicySecret()
12 typedef struct { TPMI_RH_PLATFORM authHandle; } ChangePPS_In; member
12 typedef struct { TPMI_RH_PROVISION authHandle; } NV_GlobalWriteLock_In; member
12 typedef struct { TPMI_RH_CLEAR authHandle; } Clear_In; member
12 typedef struct { TPMI_RH_PLATFORM authHandle; } ChangeEPS_In; member
13 TPMI_RH_HIERARCHY_AUTH authHandle; member
13 TPMI_RH_NV_AUTH authHandle; member
13 TPMI_RH_PLATFORM authHandle; member
13 TPMI_RH_PROVISION authHandle; member
13 TPMI_RH_HIERARCHY authHandle; member
44 if( in->authHandle == TPM_RH_OWNER in TPM2_NV_UndefineSpace()
39 result = NvReadAccessChecks(in->authHandle, in->nvIndex); in TPM2_NV_ReadLock()