Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Misc/
DPP_Commands.c64 PhysicalPresenceCommandSet(in->setList.commandCodes[i]); in TPM2_PP_Commands()
72 PhysicalPresenceCommandClear(in->clearList.commandCodes[i]); in TPM2_PP_Commands()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/CommandAudit/
DSetCommandCodeAuditStatus.c85 if(CommandAuditSet(in->setList.commandCodes[i])) in TPM2_SetCommandCodeAuditStatus()
91 if(CommandAuditClear(in->clearList.commandCodes[i])) in TPM2_SetCommandCodeAuditStatus()
/external/tpm2-tss/src/tss2-mu/
Dtpml-types.c156 TPML_MARSHAL(TPML_CC, Tss2_MU_TPM2_CC_Marshal, commandCodes, VAL)
157 TPML_UNMARSHAL(TPML_CC, Tss2_MU_TPM2_CC_Unmarshal, commandCodes)
/external/tpm2-tss/test/integration/
Desys-pp-commands.int.c45 .commandCodes = { TPM2_CC_PP_Commands } in test_esys_pp_commands()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DPP.c165 commandList->commandCodes[commandList->count] in PhysicalPresenceCapGetCCList()
DCommandAudit.c221 commandList->commandCodes[commandList->count] = cc; in CommandAuditCapGetCCList()
/external/tpm2-tss/include/tss2/
Dtss2_tpm2_types.h1013 …TPM2_CC commandCodes[TPM2_MAX_CAP_CC]; /* a list of command codes. The maximum only applies to a c… member
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DTableMarshalData.c442 (UINT8)(offsetof(TPML_CC, commandCodes)),
DMarshal.c2480 …result = TPM_CC_Array_Unmarshal((TPM_CC *)(target->commandCodes), buffer, size, (INT32)(target->co… in TPML_CC_Unmarshal()
2489 …result = (UINT16)(result + TPM_CC_Array_Marshal((TPM_CC *)(source->commandCodes), buffer, size, (I… in TPML_CC_Marshal()
/external/tpm2-tss/src/tss2-fapi/
Dfapi_util.c3581 ADD_CAPABILITY_INFO(ppCommands, commandCodes,, in ifapi_capability_get()
3586 ADD_CAPABILITY_INFO(auditCommands, commandCodes,, in ifapi_capability_get()
Dtpm_json_serialize.c1513 r = ifapi_json_TPM2_CC_serialize (in->commandCodes[i], &jso2); in ifapi_json_TPML_CC_serialize()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTpmTypes.h1482 TPM_CC commandCodes[MAX_CAP_CC]; member