Home
last modified time | relevance | path

Searched refs:TPML_CC (Results 1 – 9 of 9) sorted by relevance

/external/tpm2/
DPP_Commands_fp.h14 TPML_CC setList;
15 TPML_CC clearList;
DSetCommandCodeAuditStatus_fp.h15 TPML_CC setList;
16 TPML_CC clearList;
DPP_fp.h13 TPML_CC *commandList // OUT: list of TPM_CC
DCommandAudit_fp.h13 TPML_CC *commandList // OUT: list of TPM_CC
DPP.c128 TPML_CC *commandList // OUT: list of TPM_CC in PhysicalPresenceCapGetCCList()
DCommandAudit.c186 TPML_CC *commandList // OUT: list of TPM_CC in CommandAuditCapGetCCList()
Dtpm_types.h773 } TPML_CC; typedef
849 TPML_CC ppCommands;
850 TPML_CC auditCommands;
Dtpm_generated.h693 UINT16 TPML_CC_Marshal(TPML_CC* source, BYTE** buffer, INT32* size);
695 TPM_RC TPML_CC_Unmarshal(TPML_CC* target, BYTE** buffer, INT32* size);
Dtpm_generated.c5244 UINT16 TPML_CC_Marshal(TPML_CC* source, BYTE** buffer, INT32* size) { in TPML_CC_Marshal()
5254 TPM_RC TPML_CC_Unmarshal(TPML_CC* target, BYTE** buffer, INT32* size) { in TPML_CC_Unmarshal()
6583 return TPML_CC_Marshal((TPML_CC*)&source->ppCommands, buffer, size); in TPMU_CAPABILITIES_Marshal()
6585 return TPML_CC_Marshal((TPML_CC*)&source->auditCommands, buffer, size); in TPMU_CAPABILITIES_Marshal()
6616 return TPML_CC_Unmarshal((TPML_CC*)&target->ppCommands, buffer, size); in TPMU_CAPABILITIES_Unmarshal()
6618 return TPML_CC_Unmarshal((TPML_CC*)&target->auditCommands, buffer, size); in TPMU_CAPABILITIES_Unmarshal()