Home
last modified time | relevance | path

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

/system/tpm/attestation/common/
Dtpm_utility_v1.h77 bool ConnectContextAsDelegate(const std::string& delegate_blob,
Dtpm_utility_v1.cc119 if (!ConnectContextAsDelegate(delegate_blob, delegate_secret, &context_handle, in ActivateIdentity()
493 bool TpmUtilityV1::ConnectContextAsDelegate(const std::string& delegate_blob, in ConnectContextAsDelegate() function in attestation::TpmUtilityV1