HomeSort by relevance Sort by last modified time
    Searched refs:SetKnownOwnerPassword (Results 1 - 3 of 3) sorted by null

  /system/tpm/trunks/
tpm_utility_impl.h 150 TPM_RC SetKnownOwnerPassword(const std::string& known_owner_password);
tpm_utility_test.cc 77 TPM_RC SetKnownOwnerPassword(const std::string& owner_password) {
78 return utility_.SetKnownOwnerPassword(owner_password);
    [all...]
tpm_utility_impl.cc 254 result = SetKnownOwnerPassword(kWellKnownPassword);
    [all...]

Completed in 883 milliseconds