Lines Matching defs:code
2 // Use of this source code is governed by a BSD-style license that can be
252 LOG(ERROR) << "Attempt to authenticate with invalide code.";
271 std::string code;
275 code = GetSettings().embedded_code;
278 code = base::StringPrintf("%04i", base::RandInt(0, 9999));
288 spake.reset(new Spakep224Exchanger(code));
316 LOG(INFO) << "Pairing code for session " << *session_id << " is " << code;
321 std::vector<uint8_t>{code.begin(), code.end()});
352 "Pairing code or crypto implementation mismatch");