Home
last modified time | relevance | path

Searched refs:context_handle_ (Results 1 – 2 of 2) sorted by relevance

/system/tpm/attestation/common/
Dtpm_utility_v1.cc81 if (!ConnectContext(&context_handle_, &tpm_handle_)) { in Initialize()
190 ScopedTssKey identity_key(context_handle_); in CreateCertifiedKey()
191 if (!LoadKeyFromBlob(identity_key_blob, context_handle_, srk_handle_, in CreateCertifiedKey()
198 ScopedTssKey key(context_handle_); in CreateCertifiedKey()
206 TSS_RESULT result = Tspi_Context_CreateObject(context_handle_, in CreateCertifiedKey()
254 if (!GetDataAttribute(context_handle_, in CreateCertifiedKey()
267 if (!GetDataAttribute(context_handle_, in CreateCertifiedKey()
295 ScopedTssPcrs pcrs_handle(context_handle_); in SealToPCR0()
297 if (TPM_ERROR(result = Tspi_Context_CreateObject(context_handle_, in SealToPCR0()
306 ScopedTssMemory pcr_value(context_handle_); in SealToPCR0()
[all …]
Dtpm_utility_v1.h111 trousers::ScopedTssContext context_handle_; variable