Home
last modified time | relevance | path

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

12

/external/tpm2-tss/src/tss2-sys/api/
DTss2_Sys_PP_Commands.c18 const TPML_CC *setList, in Tss2_Sys_PP_Commands_Prepare()
19 const TPML_CC *clearList) in Tss2_Sys_PP_Commands_Prepare()
71 const TPML_CC *setList, in Tss2_Sys_PP_Commands()
72 const TPML_CC *clearList, in Tss2_Sys_PP_Commands()
DTss2_Sys_SetCommandCodeAuditStatus.c19 const TPML_CC *setList, in Tss2_Sys_SetCommandCodeAuditStatus_Prepare()
20 const TPML_CC *clearList) in Tss2_Sys_SetCommandCodeAuditStatus_Prepare()
82 const TPML_CC *setList, in Tss2_Sys_SetCommandCodeAuditStatus()
83 const TPML_CC *clearList, in Tss2_Sys_SetCommandCodeAuditStatus()
/external/tpm2-tss/src/tss2-esys/api/
DEsys_SetCommandCodeAuditStatus.c76 const TPML_CC *setList, in Esys_SetCommandCodeAuditStatus()
77 const TPML_CC *clearList) in Esys_SetCommandCodeAuditStatus()
159 const TPML_CC *setList, in Esys_SetCommandCodeAuditStatus_Async()
160 const TPML_CC *clearList) in Esys_SetCommandCodeAuditStatus_Async()
DEsys_PP_Commands.c74 const TPML_CC *setList, in Esys_PP_Commands()
75 const TPML_CC *clearList) in Esys_PP_Commands()
154 const TPML_CC *setList, in Esys_PP_Commands_Async()
155 const TPML_CC *clearList) in Esys_PP_Commands_Async()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DPP_Commands_fp.h48 TPML_CC setList;
49 TPML_CC clearList;
DSetCommandCodeAuditStatus_fp.h49 TPML_CC setList;
50 TPML_CC clearList;
DPP_fp.h95 TPML_CC *commandList // OUT: list of TPM_CC
DCommandAudit_fp.h118 TPML_CC *commandList // OUT: list of TPM_CC
DMarshal_fp.h1103 TPML_CC_Unmarshal(TPML_CC *target, BYTE **buffer, INT32 *size);
1105 TPML_CC_Marshal(TPML_CC *source, BYTE **buffer, INT32 *size);
/external/tpm2-tss/test/integration/
Desys-pp-commands.int.c43 TPML_CC setList = { in test_esys_pp_commands()
47 TPML_CC clearList = {0}; in test_esys_pp_commands()
Desys-audit.int.c221 TPML_CC clearList = {0}; in test_esys_audit()
222 TPML_CC setList = {0}; in test_esys_audit()
/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/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DPP.c142 TPML_CC *commandList // OUT: list of TPM_CC in PhysicalPresenceCapGetCCList()
DCommandAudit.c192 TPML_CC *commandList // OUT: list of TPM_CC in CommandAuditCapGetCCList()
/external/tpm2-tss/include/tss2/
Dtss2_sys.h1025 const TPML_CC *setList,
1026 const TPML_CC *clearList);
1036 const TPML_CC *setList,
1037 const TPML_CC *clearList,
1654 const TPML_CC *setList,
1655 const TPML_CC *clearList);
1664 const TPML_CC *setList,
1665 const TPML_CC *clearList,
Dtss2_esys.h1522 const TPML_CC *setList,
1523 const TPML_CC *clearList);
1533 const TPML_CC *setList,
1534 const TPML_CC *clearList);
2523 const TPML_CC *setList,
2524 const TPML_CC *clearList);
2533 const TPML_CC *setList,
2534 const TPML_CC *clearList);
Dtss2_tpm2_types.h1014 } TPML_CC; typedef
1087 TPML_CC ppCommands;
1088 TPML_CC auditCommands;
Dtss2_mu.h1243 TPML_CC const *src,
1253 TPML_CC *dest);
/external/tpm2-tss/src/tss2-fapi/
Dtpm_json_serialize.h159 ifapi_json_TPML_CC_serialize(const TPML_CC *in, json_object **jso);
/external/tpm2-tss/test/unit/
Desys-tcti-rcs.c1345 TPML_CC setList = { 0 }; in test_SetCommandCodeAuditStatus()
1346 TPML_CC clearList = { 0 }; in test_SetCommandCodeAuditStatus()
2106 TPML_CC setList = { 0 }; in test_PP_Commands()
2107 TPML_CC clearList = { 0 }; in test_PP_Commands()
Desys-tpm-rcs.c1325 TPML_CC setList = { 0 }; in test_SetCommandCodeAuditStatus()
1326 TPML_CC clearList = { 0 }; in test_SetCommandCodeAuditStatus()
2086 TPML_CC setList = { 0 }; in test_PP_Commands()
2087 TPML_CC clearList = { 0 }; in test_PP_Commands()
Desys-resubmissions.c1436 TPML_CC setList = { 0 }; in test_SetCommandCodeAuditStatus()
1437 TPML_CC clearList = { 0 }; in test_SetCommandCodeAuditStatus()
2276 TPML_CC setList = { 0 }; in test_PP_Commands()
2277 TPML_CC clearList = { 0 }; in test_PP_Commands()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTpmTypes.h1483 } TPML_CC; /* Structure */ typedef
1549 TPML_CC ppCommands;
1550 TPML_CC auditCommands;
/external/tpm2-tss/doc/
Ddoxygen.dox785 … ESYS_TR shandle1, ESYS_TR shandle2, ESYS_TR shandle3, const TPML_CC *setList, const TPML_CC *clea…
786 … ESYS_TR shandle1, ESYS_TR shandle2, ESYS_TR shandle3, const TPML_CC *setList, const TPML_CC *clea…
873 …TR shandle2, ESYS_TR shandle3, TPMI_ALG_HASH auditAlg, const TPML_CC *setList, const TPML_CC *clea…
874 …TR shandle2, ESYS_TR shandle3, TPMI_ALG_HASH auditAlg, const TPML_CC *setList, const TPML_CC *clea…
2640 \fn TSS2_RC ifapi_json_TPML_CC_serialize(const TPML_CC *in, json_object **jso)
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DTableMarshalData.c442 (UINT8)(offsetof(TPML_CC, commandCodes)),

12