Home
last modified time | relevance | path

Searched refs:commandCodes (Results 1 – 13 of 13) sorted by relevance

/external/tpm2/
DPP_Commands.c32 if(CommandIsImplemented(in->setList.commandCodes[i])) in TPM2_PP_Commands()
33 PhysicalPresenceCommandSet(in->setList.commandCodes[i]); in TPM2_PP_Commands()
41 if(CommandIsImplemented(in->clearList.commandCodes[i])) in TPM2_PP_Commands()
42 PhysicalPresenceCommandClear(in->clearList.commandCodes[i]); in TPM2_PP_Commands()
DSetCommandCodeAuditStatus.c54 if(CommandAuditSet(in->setList.commandCodes[i])) in TPM2_SetCommandCodeAuditStatus()
60 if(CommandAuditClear(in->clearList.commandCodes[i])) in TPM2_SetCommandCodeAuditStatus()
DPP.c146 commandList->commandCodes[commandList->count] = i; in PhysicalPresenceCapGetCCList()
DCommandAudit.c206 commandList->commandCodes[commandList->count] = i; in CommandAuditCapGetCCList()
Dtpm_types.h772 TPM_CC commandCodes[MAX_CAP_CC]; member
Dtpm_generated.c5245 total_size += TPM_CC_Marshal(&source->commandCodes[i], buffer, size); in TPML_CC_Marshal()
5261 result = TPM_CC_Unmarshal(&target->commandCodes[i], buffer, size); in TPML_CC_Unmarshal()
Dpart3.txt9204 48 if(CommandAuditSet(in->setList.commandCodes[i]))
9210 54 if(CommandAuditClear(in->clearList.commandCodes[i]))
15403 26 if(CommandIsImplemented(in->setList.commandCodes[i]))
15404 27 PhysicalPresenceCommandSet(in->setList.commandCodes[i]);
15412 35 if(CommandIsImplemented(in->clearList.commandCodes[i]))
15413 36 PhysicalPresenceCommandClear(in->clearList.commandCodes[i]);
Dpart4.txt8525 136 commandList->commandCodes[commandList->count] = i;
14051 112 commandList->commandCodes[commandList->count] = i;
/external/tpm2/generator/
Dstructures.txt1051 _NAME commandCodes _ARRAY count
Draw_commands.txt16498 if(CommandAuditSet(in->setList.commandCodes[i]))
16503 if(CommandAuditClear(in->clearList.commandCodes[i]))
27792 if(CommandIsImplemented(in->setList.commandCodes[i]))
27793 PhysicalPresenceCommandSet(in->setList.commandCodes[i]);
27800 if(CommandIsImplemented(in->clearList.commandCodes[i]))
27801 PhysicalPresenceCommandClear(in->clearList.commandCodes[i]);
Draw_commands_fixed.txt16509 if(CommandAuditSet(in->setList.commandCodes[i]))
16514 if(CommandAuditClear(in->clearList.commandCodes[i]))
27803 if(CommandIsImplemented(in->setList.commandCodes[i]))
27804 PhysicalPresenceCommandSet(in->setList.commandCodes[i]);
27811 if(CommandIsImplemented(in->clearList.commandCodes[i]))
27812 PhysicalPresenceCommandClear(in->clearList.commandCodes[i]);
Draw_structures.txt11341 commandCodes[count]{:MAX_CAP_CC}
Draw_structures_fixed.txt11356 commandCodes [count] {:MAX_CAP_CC}