Searched refs:commandCodes (Results 1 – 12 of 12) sorted by relevance
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Misc/ |
D | PP_Commands.c | 64 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/ |
D | SetCommandCodeAuditStatus.c | 85 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/ |
D | tpml-types.c | 156 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/ |
D | esys-pp-commands.int.c | 45 .commandCodes = { TPM2_CC_PP_Commands } in test_esys_pp_commands()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/ |
D | PP.c | 165 commandList->commandCodes[commandList->count] in PhysicalPresenceCapGetCCList()
|
D | CommandAudit.c | 221 commandList->commandCodes[commandList->count] = cc; in CommandAuditCapGetCCList()
|
/external/tpm2-tss/include/tss2/ |
D | tss2_tpm2_types.h | 1013 …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/ |
D | TableMarshalData.c | 442 (UINT8)(offsetof(TPML_CC, commandCodes)),
|
D | Marshal.c | 2480 …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/ |
D | fapi_util.c | 3581 ADD_CAPABILITY_INFO(ppCommands, commandCodes,, in ifapi_capability_get() 3586 ADD_CAPABILITY_INFO(auditCommands, commandCodes,, in ifapi_capability_get()
|
D | tpm_json_serialize.c | 1513 r = ifapi_json_TPM2_CC_serialize (in->commandCodes[i], &jso2); in ifapi_json_TPML_CC_serialize()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/ |
D | TpmTypes.h | 1482 TPM_CC commandCodes[MAX_CAP_CC]; member
|