Home
last modified time | relevance | path

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

/system/tpm/attestation/common/
Dtpm_utility_v1.h42 bool ActivateIdentity(const std::string& delegate_blob,
77 bool ConnectContextAsDelegate(const std::string& delegate_blob,
Dtpm_utility.h42 virtual bool ActivateIdentity(const std::string& delegate_blob,
Dtpm_utility_v1.cc104 bool TpmUtilityV1::ActivateIdentity(const std::string& delegate_blob, in ActivateIdentity() argument
119 if (!ConnectContextAsDelegate(delegate_blob, delegate_secret, &context_handle, in ActivateIdentity()
493 bool TpmUtilityV1::ConnectContextAsDelegate(const std::string& delegate_blob, in ConnectContextAsDelegate() argument
518 std::string mutable_delegate_blob(delegate_blob); in ConnectContextAsDelegate()
522 TSS_TSPATTRIB_POLDEL_OWNERBLOB, delegate_blob.size(), in ConnectContextAsDelegate()