Searched defs:SetAuthSecret (Results 1 - 1 of 1) sorted by relevance

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

Completed in 132 milliseconds