OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:authHandle
(Results
1 - 25
of
61
) sorted by null
1
2
3
/external/tpm2/
NV_spt_fp.h
11
TPM_HANDLE
authHandle
, // IN: the handle that provided the authorization
15
TPM_HANDLE
authHandle
, // IN: the handle that provided the authorization
NV_spt.c
27
TPM_HANDLE
authHandle
, // IN: the handle that provided the
45
if(
authHandle
== TPM_RH_OWNER)
51
else if(
authHandle
== TPM_RH_PLATFORM)
59
else if(
authHandle
!= nvHandle)
85
TPM_HANDLE
authHandle
, // IN: the handle that provided the
103
if(
authHandle
== TPM_RH_OWNER)
109
else if(
authHandle
== TPM_RH_PLATFORM)
117
else if(
authHandle
!= nvHandle)
HierarchyControl.c
14
// TPM_RC_AUTH_TYPE
authHandle
is not applicable to hierarchy in its current state
33
if(in->
authHandle
!= TPM_RH_PLATFORM)
41
if( in->
authHandle
!= TPM_RH_PLATFORM
42
&& in->
authHandle
!= TPM_RH_OWNER)
45
&& in->
authHandle
!= TPM_RH_PLATFORM)
54
if( in->
authHandle
!= TPM_RH_PLATFORM
55
&& in->
authHandle
!= TPM_RH_ENDORSEMENT)
58
&& in->
authHandle
!= TPM_RH_PLATFORM)
ChangeEPS_fp.h
12
typedef struct { TPMI_RH_PLATFORM
authHandle
; } ChangeEPS_In;
ChangePPS_fp.h
12
typedef struct { TPMI_RH_PLATFORM
authHandle
; } ChangePPS_In;
Clear_fp.h
12
typedef struct { TPMI_RH_CLEAR
authHandle
; } Clear_In;
HierarchyChangeAuth_fp.h
13
TPMI_RH_HIERARCHY_AUTH
authHandle
;
HierarchyControl_fp.h
13
TPMI_RH_HIERARCHY
authHandle
;
NV_DefineSpace_fp.h
13
TPMI_RH_PROVISION
authHandle
;
NV_Extend_fp.h
13
TPMI_RH_NV_AUTH
authHandle
;
NV_GlobalWriteLock_fp.h
12
typedef struct { TPMI_RH_PROVISION
authHandle
; } NV_GlobalWriteLock_In;
NV_Increment_fp.h
13
TPMI_RH_NV_AUTH
authHandle
;
NV_ReadLock_fp.h
13
TPMI_RH_NV_AUTH
authHandle
;
NV_SetBits_fp.h
13
TPMI_RH_NV_AUTH
authHandle
;
NV_UndefineSpace.c
44
if( in->
authHandle
== TPM_RH_OWNER
NV_UndefineSpace_fp.h
13
TPMI_RH_PROVISION
authHandle
;
NV_WriteLock_fp.h
13
TPMI_RH_NV_AUTH
authHandle
;
NV_Write_fp.h
13
TPMI_RH_NV_AUTH
authHandle
;
PCR_SetAuthPolicy_fp.h
13
TPMI_RH_PLATFORM
authHandle
;
SetAlgorithmSet_fp.h
13
TPMI_RH_PLATFORM
authHandle
;
SetPrimaryPolicy_fp.h
13
TPMI_RH_HIERARCHY_AUTH
authHandle
;
NV_Read.c
15
// TPM_RC_NV_AUTHORIZATION the authorization was valid but the authorizing entity (
authHandle
) is
39
result = NvReadAccessChecks(in->
authHandle
, in->nvIndex);
NV_ReadLock.c
17
// TPM_RC_NV_AUTHORIZATION the authorization was valid but the authorizing entity (
authHandle
) is
39
result = NvReadAccessChecks(in->
authHandle
, in->nvIndex);
NV_Read_fp.h
13
TPMI_RH_NV_AUTH
authHandle
;
NV_WriteLock.c
18
// TPM_RC_NV_AUTHORIZATION the authorization was valid but the authorizing entity (
authHandle
) is
33
result = NvWriteAccessChecks(in->
authHandle
, in->nvIndex);
Completed in 214 milliseconds
1
2
3