OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TPM_RH_LOCKOUT
(Results
1 - 13
of
13
) sorted by null
/external/tpm2/
ClearControl.c
32
if(in->auth ==
TPM_RH_LOCKOUT
&& in->disable == NO)
Handle.c
53
case
TPM_RH_LOCKOUT
:
HierarchyChangeAuth.c
54
case
TPM_RH_LOCKOUT
:
SetPrimaryPolicy.c
61
case
TPM_RH_LOCKOUT
:
DA.c
92
if(handle ==
TPM_RH_LOCKOUT
)
Entity.c
60
case
TPM_RH_LOCKOUT
:
170
case
TPM_RH_LOCKOUT
:
171
// lockoutAuth for
TPM_RH_LOCKOUT
274
case
TPM_RH_LOCKOUT
:
275
// lockoutPolicy for
TPM_RH_LOCKOUT
375
// hierarchy. (should only be TPM_RH_OWNER and
TPM_RH_LOCKOUT
)
SessionProcess.c
38
// All permanent handles, other than
TPM_RH_LOCKOUT
, are exempt from
40
result = (handle !=
TPM_RH_LOCKOUT
);
104
handle =
TPM_RH_LOCKOUT
;
108
// If the handle was changed to
TPM_RH_LOCKOUT
, this will not return
112
if(handle ==
TPM_RH_LOCKOUT
)
116
// For
TPM_RH_LOCKOUT
, if lockoutRecovery is 0, no need to update NV since
290
case
TPM_RH_LOCKOUT
:
390
case
TPM_RH_LOCKOUT
:
[
all
...]
Session.c
408
&& (bind ==
TPM_RH_LOCKOUT
);
[
all
...]
tpm_types.h
387
#define
TPM_RH_LOCKOUT
0x4000000A
[
all
...]
tpm_generated.c
[
all
...]
/system/tpm/trunks/
tpm_utility_impl.cc
294
result = SetHierarchyAuthorization(
TPM_RH_LOCKOUT
,
[
all
...]
tpm_utility_test.cc
373
EXPECT_CALL(mock_tpm_, HierarchyChangeAuthSync(
TPM_RH_LOCKOUT
, _, _, _))
[
all
...]
tpm_generated.h
[
all
...]
Completed in 972 milliseconds