Lines Matching refs:a_hTpm
362 TSS_RESULT contextGetTpm(TSS_HCONTEXT a_hContext, TSS_HTPM * a_hTpm) in contextGetTpm() argument
365 TSS_RESULT result = Tspi_Context_GetTpmObject(a_hContext, a_hTpm); in contextGetTpm()
422 tpmGetPubEk(TSS_HTPM a_hTpm, in tpmGetPubEk() argument
427 TSS_RESULT result = Tspi_TPM_GetPubEndorsementKey(a_hTpm, a_fOwner, in tpmGetPubEk()
436 tpmSetStatus(TSS_HTPM a_hTpm, TSS_FLAG a_fStatus, TSS_BOOL a_bValue) in tpmSetStatus() argument
440 Tspi_TPM_SetStatus(a_hTpm, a_fStatus, a_bValue); in tpmSetStatus()
447 tpmGetStatus(TSS_HTPM a_hTpm, TSS_FLAG a_fStatus, TSS_BOOL * a_bValue) in tpmGetStatus() argument
451 Tspi_TPM_GetStatus(a_hTpm, a_fStatus, a_bValue); in tpmGetStatus()
457 TSS_RESULT tpmGetRandom(TSS_HTPM a_hTpm, UINT32 a_length, BYTE ** a_data) in tpmGetRandom() argument
460 TSS_RESULT result = Tspi_TPM_GetRandom(a_hTpm, a_length, a_data); in tpmGetRandom()
540 getCapability(TSS_HTPM a_hTpm, in getCapability() argument
546 Tspi_TPM_GetCapability(a_hTpm, a_fCapArea, a_uiSubCapLen, in getCapability()
576 tpmPcrRead(TSS_HTPM a_hTpm, UINT32 a_Idx, in tpmPcrRead() argument
580 Tspi_TPM_PcrRead(a_hTpm, a_Idx, a_PcrSize, a_PcrValue); in tpmPcrRead()