HomeSort by relevance Sort by last modified time
    Searched refs:commandCodes (Results 1 - 6 of 6) sorted by null

  /external/tpm2/
PP_Commands.c 32 if(CommandIsImplemented(in->setList.commandCodes[i]))
33 PhysicalPresenceCommandSet(in->setList.commandCodes[i]);
41 if(CommandIsImplemented(in->clearList.commandCodes[i]))
42 PhysicalPresenceCommandClear(in->clearList.commandCodes[i]);
SetCommandCodeAuditStatus.c 54 if(CommandAuditSet(in->setList.commandCodes[i]))
60 if(CommandAuditClear(in->clearList.commandCodes[i]))
PP.c 146 commandList->commandCodes[commandList->count] = i;
CommandAudit.c 207 commandList->commandCodes[commandList->count] = i;
tpm_types.h 772 TPM_CC commandCodes[MAX_CAP_CC];
    [all...]
tpm_generated.c     [all...]

Completed in 121 milliseconds