Searched refs:delegate_blob (Results 1 – 3 of 3) sorted by relevance
/system/tpm/attestation/common/ |
D | tpm_utility_v1.h | 42 bool ActivateIdentity(const std::string& delegate_blob, 77 bool ConnectContextAsDelegate(const std::string& delegate_blob,
|
D | tpm_utility.h | 42 virtual bool ActivateIdentity(const std::string& delegate_blob,
|
D | tpm_utility_v1.cc | 104 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()
|