OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:auth_secret_
(Results
1 - 2
of
2
) sorted by null
/external/libweave/src/privet/
auth_manager.h
45
const std::vector<uint8_t>& GetAuthSecret() const { return
auth_secret_
; }
87
std::vector<uint8_t>
auth_secret_
; // Persistent.
member in class:weave::privet::AuthManager
auth_manager.cc
302
auth_secret_
= secret;
304
if (
auth_secret_
.size() != kSha256OutputSize) {
305
auth_secret_
= CreateSecret();
309
if (!config_ || (config_->GetSettings().secret ==
auth_secret_
&&
438
auth_secret_
, now,
454
!VerifyMacaroon(
auth_secret_
, macaroon, Now(), &result, error)) {
473
!VerifyMacaroon(
auth_secret_
, macaroon, now, &result, error)) {
Completed in 134 milliseconds