Searched refs:startupType (Results 1 – 7 of 7) sorted by relevance
/external/tpm2/ |
D | Startup.c | 66 if(in->startupType == TPM_SU_STATE) in TPM2_Startup() 76 if(in->startupType == TPM_SU_STATE) in TPM2_Startup() 90 if( in->startupType == TPM_SU_CLEAR in TPM2_Startup() 100 else if(in->startupType == TPM_SU_STATE && g_prevOrderlyState == TPM_SU_STATE) in TPM2_Startup()
|
D | Startup_fp.h | 12 typedef struct { TPM_SU startupType; } Startup_In; member
|
D | Marshal_Startup.c | 16 result = TPM_SU_Unmarshal(&target->startupType, buffer, size); in Startup_In_Unmarshal()
|
D | part3.txt | 1505 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 1617 50 if(in->startupType == TPM_SU_STATE) 1633 61 if(in->startupType == TPM_SU_STATE) 1647 75 if( in->startupType == TPM_SU_CLEAR 1657 85 else if(in->startupType == TPM_SU_STATE && g_prevOrderlyState == TPM_SU_STATE) 9708 After this command, TPM2_Shutdown() is only allowed to have a startupType equal to TPM_SU_CLEAR. 15438 effect. After this command executes successfully, if startupType in the next TPM2_Startup() is not
|
/external/tpm2/generator/ |
D | raw_commands.txt | 2325 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 2392 startupType 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) 3351 TPM is in Failure mode because of an invalid startupType in TPM2_Startup(), testResult will be 17342 After this command, TPM2_Shutdown() is only allowed to have a startupType equal to TPM_SU_CLEAR. 27829 effect. After this command executes successfully, if startupType in the next TPM2_Startup() is not
|
D | raw_commands_fixed.txt | 2325 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 2392 startupType 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) 3351 TPM is in Failure mode because of an invalid startupType in TPM2_Startup(), testResult will be 17353 After this command, TPM2_Shutdown() is only allowed to have a startupType equal to TPM_SU_CLEAR. 27840 effect. After this command executes successfully, if startupType in the next TPM2_Startup() is not
|
D | commands.txt | 12 _NAME startupType
|