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.cc311 ScopedTssKey encrypted_data_handle(context_handle_); in SealToPCR0() local
316 encrypted_data_handle.ptr()))) { in SealToPCR0()
326 encrypted_data_handle, in SealToPCR0()
338 if (TPM_ERROR(result = Tspi_GetAttribData(encrypted_data_handle, in SealToPCR0()
359 ScopedTssKey encrypted_data_handle(context_handle_); in Unseal() local
365 encrypted_data_handle.ptr()))) { in Unseal()
373 if (TPM_ERROR(result = Tspi_SetAttribData(encrypted_data_handle, in Unseal()
385 if (TPM_ERROR(result = Tspi_Data_Unseal(encrypted_data_handle, in Unseal()