Home
last modified time | relevance | path

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

/external/libweave/src/privet/
Dauth_manager.cc281 SetAuthSecret(config_->GetSettings().secret,
284 SetAuthSecret({}, RootClientTokenOwner::kNone);
295 SetAuthSecret(auth_secret, RootClientTokenOwner::kNone); in AuthManager()
300 void AuthManager::SetAuthSecret(const std::vector<uint8_t>& secret, in SetAuthSecret() function in weave::privet::AuthManager
423 SetAuthSecret(claim->first->GetAuthSecret(), claim->second); in ConfirmClientAuthToken()
Dauth_manager.h68 void SetAuthSecret(const std::vector<uint8_t>& secret,
/external/libweave/src/
Ddevice_registration_info.cc1332 auth_manager_->SetAuthSecret({}, RootClientTokenOwner::kNone); in RemoveCredentials()