Searched refs:TPML_CC_Unmarshal (Results 1 – 4 of 4) sorted by relevance
/external/tpm2/ |
D | Marshal_PP_Commands.c | 18 result = TPML_CC_Unmarshal(&target->setList, buffer, size); in PP_Commands_In_Unmarshal() 22 result = TPML_CC_Unmarshal(&target->clearList, buffer, size); in PP_Commands_In_Unmarshal()
|
D | Marshal_SetCommandCodeAuditStatus.c | 23 result = TPML_CC_Unmarshal(&target->setList, buffer, size); in SetCommandCodeAuditStatus_In_Unmarshal() 27 result = TPML_CC_Unmarshal(&target->clearList, buffer, size); in SetCommandCodeAuditStatus_In_Unmarshal()
|
D | tpm_generated.h | 695 TPM_RC TPML_CC_Unmarshal(TPML_CC* target, BYTE** buffer, INT32* size);
|
D | tpm_generated.c | 5250 TPM_RC TPML_CC_Unmarshal(TPML_CC* target, BYTE** buffer, INT32* size) { in TPML_CC_Unmarshal() function 6612 return TPML_CC_Unmarshal((TPML_CC*)&target->ppCommands, buffer, size); in TPMU_CAPABILITIES_Unmarshal() 6614 return TPML_CC_Unmarshal((TPML_CC*)&target->auditCommands, buffer, size); in TPMU_CAPABILITIES_Unmarshal()
|