Home
last modified time | relevance | path

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

/system/tpm/attestation/common/
Dtpm_utility_v1.cc292 ScopedTssKey encrypted_data_handle(context_handle_); in SealToPCR0() local
295 encrypted_data_handle.ptr()))) { in SealToPCR0()
305 Tspi_Data_Seal(encrypted_data_handle, srk_handle_, in SealToPCR0()
315 encrypted_data_handle, TSS_TSPATTRIB_ENCDATA_BLOB, in SealToPCR0()
334 ScopedTssKey encrypted_data_handle(context_handle_); in Unseal() local
338 encrypted_data_handle.ptr()))) { in Unseal()
347 encrypted_data_handle, TSS_TSPATTRIB_ENCDATA_BLOB, in Unseal()
357 if (TPM_ERROR(result = Tspi_Data_Unseal(encrypted_data_handle, srk_handle_, in Unseal()