Searched refs:srk_handle (Results 1 – 3 of 3) sorted by relevance
116 trousers::ScopedTssKey srk_handle(tpm_connection_.GetContext()); in TakeOwnership() local121 srk_handle.ptr()))) { in TakeOwnership()126 if (TPM_ERROR(result = Tspi_GetPolicyObject(srk_handle, in TakeOwnership()148 result = Tspi_TPM_TakeOwnership(tpm_handle, srk_handle, 0); in TakeOwnership()164 trousers::ScopedTssKey srk_handle(tpm_connection_.GetContext()); in InitializeSrk() local170 srk_handle.ptr()))) { in InitializeSrk()192 if (TPM_ERROR(result = Tspi_ChangeAuth(srk_handle, in InitializeSrk()
127 ScopedTssKey srk_handle(context_handle); in ActivateIdentity() local128 if (!LoadSrk(context_handle, &srk_handle)) { in ActivateIdentity()139 srk_handle, in ActivateIdentity()598 ScopedTssKey* srk_handle) { in LoadSrk() argument604 srk_handle->ptr()))) { in LoadSrk()611 if (TPM_ERROR(result = Tspi_GetAttribUint32(*srk_handle, in LoadSrk()622 if (TPM_ERROR(result = Tspi_GetPolicyObject(*srk_handle, in LoadSrk()
87 bool LoadSrk(TSS_HCONTEXT context_handle, trousers::ScopedTssKey* srk_handle);