Home
last modified time | relevance | path

Searched refs:disableClear (Results 1 – 13 of 13) sorted by relevance

/external/tpm2/
DClearControl.c38 gp.disableClear = TRUE; in TPM2_ClearControl()
40 gp.disableClear = FALSE; in TPM2_ClearControl()
43 NvWriteReserved(NV_DISABLE_CLEAR, &gp.disableClear); in TPM2_ClearControl()
DHierarchy.c25 gp.disableClear = FALSE; in HierarchyPreInstall_Init()
52 NvWriteReserved(NV_DISABLE_CLEAR, &gp.disableClear); in HierarchyPreInstall_Init()
DPropertyCap.c297 if(gp.disableClear) in TPMPropertyIsDefined()
298 flags.disableClear = SET; in TPMPropertyIsDefined()
DClear.c35 if(gp.disableClear) in TPM2_Clear()
DGlobal.h672 BOOL disableClear; // TRUE if TPM2_Clear() using member
DNV.c486 s_reservedSize[NV_DISABLE_CLEAR] = sizeof(gp.disableClear); in NvInitStatic()
617 NvReadReserved(NV_DISABLE_CLEAR, &gp.disableClear); in NvReadPersistent()
Dtpm_types.h487 UINT32 disableClear : 1; member
Dpart3.txt14748 23 if(gp.disableClear)
14839 The TPM will SET the TPM’s TPMA_PERMANENT.disableClear attribute if disable is YES and will
14843 Authorization to CLEAR the disableClear attribute and then execute TPM2_Clear().
14845 Lockout Authorization may be used to SET disableClear but not to CLEAR it.
14846 Platform Authorization may be used to SET or CLEAR disableClear.
14924 26 gp.disableClear = TRUE;
14926 28 gp.disableClear = FALSE;
14929 31 NvWriteReserved(NV_DISABLE_CLEAR, &gp.disableClear);
Dpart4.txt2313 366 BOOL disableClear; // TRUE if TPM2_Clear() using
8803 8 gp.disableClear = FALSE;
8840 40 NvWriteReserved(NV_DISABLE_CLEAR, &gp.disableClear);
9592 356 s_reservedSize[NV_DISABLE_CLEAR] = sizeof(gp.disableClear);
9748 475 NvReadReserved(NV_DISABLE_CLEAR, &gp.disableClear);
18677 285 if(gp.disableClear)
18678 286 flags.disableClear = SET;
/external/tpm2/generator/
Draw_commands.txt26657 if(gp.disableClear)
26778 The TPM will SET the TPM’s TPMA_PERMANENT.disableClear attribute if disable is YES and will
26783 to CLEAR the disableClear attribute and then execute TPM2_Clear().
26785 LockoutAuth may be used to SET disableClear but not to CLEAR it.
26786 PlatformAuth may be used to SET or CLEAR disableClear.
26941 gp.disableClear = TRUE;
26943 gp.disableClear = FALSE;
26945 NvWriteReserved(NV_DISABLE_CLEAR, &gp.disableClear);
Draw_commands_fixed.txt26668 if(gp.disableClear)
26789 The TPM will SET the TPM’s TPMA_PERMANENT.disableClear attribute if disable is YES and will
26794 to CLEAR the disableClear attribute and then execute TPM2_Clear().
26796 LockoutAuth may be used to SET disableClear but not to CLEAR it.
26797 PlatformAuth may be used to SET or CLEAR disableClear.
26952 gp.disableClear = TRUE;
26954 gp.disableClear = FALSE;
26956 NvWriteReserved(NV_DISABLE_CLEAR, &gp.disableClear);
Draw_structures.txt8925 disableClear
Draw_structures_fixed.txt8940 disableClear