OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startupType
(Results
1 - 3
of
3
) sorted by null
/external/tpm2/
Startup.c
66
if(in->
startupType
== TPM_SU_STATE)
76
if(in->
startupType
== TPM_SU_STATE)
90
if( in->
startupType
== TPM_SU_CLEAR
100
else if(in->
startupType
== TPM_SU_STATE && g_prevOrderlyState == TPM_SU_STATE)
Startup_fp.h
12
typedef struct { TPM_SU
startupType
; } Startup_In;
Marshal_Startup.c
16
result = TPM_SU_Unmarshal(&target->
startupType
, buffer, size);
Completed in 254 milliseconds