Home
last modified time | relevance | path

Searched refs:CommandIsImplemented (Results 1 – 8 of 8) sorted by relevance

/external/tpm2/
DPP.c31 if(CommandIsImplemented(TPM_CC_PP_Commands)) in PhysicalPresencePreInstall_Init()
51 pAssert(CommandIsImplemented(commandCode)); in PhysicalPresenceCommandSet()
74 pAssert(CommandIsImplemented(commandCode)); in PhysicalPresenceCommandClear()
DCommandAudit.c29 if(CommandIsImplemented(TPM_CC_SetCommandCodeAuditStatus)) in CommandAuditPreInstall_Init()
82 if(CommandIsImplemented(commandCode)) in CommandAuditSet()
123 if(CommandIsImplemented(commandCode)) in CommandAuditClear()
DPP_Commands.c32 if(CommandIsImplemented(in->setList.commandCodes[i])) in TPM2_PP_Commands()
41 if(CommandIsImplemented(in->clearList.commandCodes[i])) in TPM2_PP_Commands()
DCommandCodeAttributes.c66 CommandIsImplemented( in CommandIsImplemented() function
272 if(CommandIsImplemented(i)) in CommandCapGetCCList()
DCommandCodeAttributes_fp.h18 BOOL CommandIsImplemented(TPM_CC commandCode // IN: command code
DPolicyCommandCode.c32 if(!CommandIsImplemented(in->code)) in TPM2_PolicyCommandCode()
DPropertyCap.c267 if(CommandIsImplemented(i)) (*value)++; in TPMPropertyIsDefined()
279 if(CommandIsImplemented(i)) (*value)++; in TPMPropertyIsDefined()
DExecCommand.c163 if(!CommandIsImplemented(commandCode)) in ExecuteCommand()