Searched refs:TPML_CC (Results 1 – 9 of 9) sorted by relevance
/external/tpm2/ |
D | PP_Commands_fp.h | 14 TPML_CC setList; 15 TPML_CC clearList;
|
D | SetCommandCodeAuditStatus_fp.h | 15 TPML_CC setList; 16 TPML_CC clearList;
|
D | PP_fp.h | 13 TPML_CC *commandList // OUT: list of TPM_CC
|
D | CommandAudit_fp.h | 13 TPML_CC *commandList // OUT: list of TPM_CC
|
D | PP.c | 128 TPML_CC *commandList // OUT: list of TPM_CC in PhysicalPresenceCapGetCCList()
|
D | CommandAudit.c | 186 TPML_CC *commandList // OUT: list of TPM_CC in CommandAuditCapGetCCList()
|
D | tpm_types.h | 773 } TPML_CC; typedef 849 TPML_CC ppCommands; 850 TPML_CC auditCommands;
|
D | tpm_generated.h | 693 UINT16 TPML_CC_Marshal(TPML_CC* source, BYTE** buffer, INT32* size); 695 TPM_RC TPML_CC_Unmarshal(TPML_CC* target, BYTE** buffer, INT32* size);
|
D | tpm_generated.c | 5244 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()
|