search for: tpm_disabled_cmd

Displaying 2 results from an estimated 2 matches for "tpm_disabled_cmd".

2005 Sep 29
0
Not able to get Virtual TPM working with Xen,
...ng VTPM. INFO[TCS]: Constructing new TCS: INFO[TCS]: Calling TCS_OpenContext: INFO[VTSP]: OIAP. ERROR[VTPM]: Failed to load service data with error = TPM_IOERROR INFO[VTPM]: Attempting Pubek Read. NOTE: Failure is ok. INFO[VTSP]: Reading Public EK. ERROR[TCS]: TCSP_ReadPubek Failed with return code TPM_DISABLED_CMD ERROR in VTSP_ReadPubek at vtsp.c:229 code: TPM_DISABLED_CMD. INFO[VTSP]: OSAP. INFO[VTSP]: Creating new key of type 20. INFO[VTSP]: Creating Binding Key... INFO[VTPM]: Finished initialized new VTPM service (Status = 0). INFO[VTSP]: Loading Key. INFO[VTPM]: Creating new DMI instance 0 attached on d...
2012 Sep 17
9
[PATCH] Upgrade vtpmd to berlios version 0.7.4
...published -@@ -39,9 +40,7 @@ TPM_RESULT TPM_SetTickType(TPM_TICKTYPE - TPM_RESULT TPM_GetTicks(TPM_CURRENT_TICKS *currentTime) - { - info("TPM_GetTicks()"); -- memcpy(currentTime, &tpmData.stany.data.currentTicks, -- sizeof(TPM_CURRENT_TICKS)); -- return TPM_SUCCESS; -+ return TPM_DISABLED_CMD; - } - - TPM_RESULT TPM_TickStampBlob(TPM_KEY_HANDLE keyHandle, TPM_NONCE *antiReplay, -@@ -49,64 +48,11 @@ TPM_RESULT TPM_TickStampBlob(TPM_KEY_HAN - TPM_CURRENT_TICKS *currentTicks, - UINT32 *sigSize, BYTE **sig) - { -- TPM_RESULT res; --...