OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spake
(Results
1 - 2
of
2
) sorted by null
/external/libweave/src/privet/
security_manager_unittest.cc
99
crypto::P224EncryptedKeyExchange
spake
{
102
std::string client_commitment_base64{Base64Encode(
spake
.GetNextMessage())};
111
spake
.ProcessMessage(
114
const std::string& key =
spake
.GetUnverifiedKey();
222
crypto::P224EncryptedKeyExchange
spake
{
224
std::string client_commitment = Base64Encode(
spake
.GetNextMessage());
security_manager.cc
285
std::unique_ptr<KeyExchanger>
spake
;
local
288
spake
.reset(new Spakep224Exchanger(code));
305
std::string commitment =
spake
->GetMessage();
306
pending_sessions_.insert(std::make_pair(session, std::move(
spake
)));
Completed in 46 milliseconds