Home
last modified time | relevance | path

Searched refs:TPM_SU_STATE (Results 1 – 12 of 12) sorted by relevance

/external/tpm2/
DStartup.c53 == TPM_SU_STATE) in TPM2_Startup()
58 g_prevOrderlyState = TPM_SU_STATE; in TPM2_Startup()
66 if(in->startupType == TPM_SU_STATE) in TPM2_Startup()
76 if(in->startupType == TPM_SU_STATE) in TPM2_Startup()
91 && g_prevOrderlyState == TPM_SU_STATE in TPM2_Startup()
100 else if(in->startupType == TPM_SU_STATE && g_prevOrderlyState == TPM_SU_STATE) in TPM2_Startup()
DShutdown.c33 if(g_pcrReConfig && in->shutdownType == TPM_SU_STATE) in TPM2_Shutdown()
50 if(in->shutdownType == TPM_SU_STATE) in TPM2_Shutdown()
65 else if(in->shutdownType == TPM_SU_STATE) in TPM2_Shutdown()
67 gp.orderlyState = TPM_SU_STATE; in TPM2_Shutdown()
Dtpm_types.h225 #define TPM_SU_STATE 0x0001 macro
Dpart3.txt1505 If the startupType is TPM_SU_STATE and the TPM requires TPM_SU_CLEAR, then the TPM shall return
1517 NOTE 7 If startupType is neither TPM_SU_STATE nor TPM_SU_CLEAR, then the unmarshaling code …
1537 TPM_SU startupType TPM_SU_CLEAR or TPM_SU_STATE
1604 37 == TPM_SU_STATE)
1609 42 g_prevOrderlyState = TPM_SU_STATE;
1617 50 if(in->startupType == TPM_SU_STATE)
1631 59 // with StateSave command for CLEAR, or the part of NV used for TPM_SU_STATE
1633 61 if(in->startupType == TPM_SU_STATE)
1648 76 && g_prevOrderlyState == TPM_SU_STATE
1657 85 else if(in->startupType == TPM_SU_STATE && g_prevOrderlyState == TPM_SU_STATE)
[all …]
Dtpm_generated.c8367 if (*target == TPM_SU_STATE) { in TPM_SU_Unmarshal()
Dpart4.txt14076 … restored across TPM_SU_STATE so that sessions are not lost when the system enters the sleep state.
/external/tpm2/generator/
Dstructures.txt407 _NAME TPM_SU_STATE
Draw_commands.txt2325 If the startupType is TPM_SU_STATE and the TPM requires TPM_SU_CLEAR, then the TPM shall return
2334 If startupType is neither TPM_SU_STATE nor TPM_SU_CLEAR, then the unmarshaling code returns
2394 TPM_SU_CLEAR or TPM_SU_STATE
2523 prevDrtmPreStartup = (g_prevOrderlyState == (TPM_SU_STATE + 0x8000));
2525 g_prevOrderlyState = TPM_SU_STATE;
2534 && in->startupType == TPM_SU_STATE
2540 if(in->startupType == TPM_SU_CLEAR && g_prevOrderlyState == TPM_SU_STATE)
2546 else if(in->startupType == TPM_SU_STATE && g_prevOrderlyState == TPM_SU_STATE)
2700 For a shutdownType of TPM_SU_STATE, the following additional items are saved:
2711 PCR that are designated as being preserved by TPM2_Shutdown(TPM_SU_STATE);
[all …]
Draw_commands_fixed.txt2325 If the startupType is TPM_SU_STATE and the TPM requires TPM_SU_CLEAR, then the TPM shall return
2334 If startupType is neither TPM_SU_STATE nor TPM_SU_CLEAR, then the unmarshaling code returns
2394 TPM_SU_CLEAR or TPM_SU_STATE
2523 prevDrtmPreStartup = (g_prevOrderlyState == (TPM_SU_STATE + 0x8000));
2525 g_prevOrderlyState = TPM_SU_STATE;
2534 && in->startupType == TPM_SU_STATE
2540 if(in->startupType == TPM_SU_CLEAR && g_prevOrderlyState == TPM_SU_STATE)
2546 else if(in->startupType == TPM_SU_STATE && g_prevOrderlyState == TPM_SU_STATE)
2700 For a shutdownType of TPM_SU_STATE, the following additional items are saved:
2711 PCR that are designated as being preserved by TPM2_Shutdown(TPM_SU_STATE);
[all …]
Dcommands.txt13 _COMMENT TPM_SU_CLEAR or TPM_SU_STATE
32 _COMMENT TPM_SU_CLEAR or TPM_SU_STATE
Draw_structures.txt6084 TPM_SU_STATE
6092 state saved by TPM2_Shutdown(TPM_SU_STATE)
6889 saved and restored by TPM_SU_STATE
8203 context if the TPM received TPM2_Shutdown(TPM_SU_STATE). If the saved state is valid when checked
9079 TPM2_Startup(TPM_SU_STATE)
9084 TPM2_State_Save(TPM_SU_STATE).
Draw_structures_fixed.txt6057 TPM_SU_STATE
6065 state saved by TPM2_Shutdown(TPM_SU_STATE)
6911 saved and restored by TPM_SU_STATE
8220 context if the TPM received TPM2_Shutdown(TPM_SU_STATE). If the saved state is valid when checked
9094 TPM2_Startup(TPM_SU_STATE)
9099 TPM2_State_Save(TPM_SU_STATE).