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

/external/libchrome/crypto/
H A Dp224_spake.cc195 std::string client_masked_dh, server_masked_dh; local
197 client_masked_dh = message.as_string();
200 client_masked_dh = next_message_;
207 CalculateHash(kPeerTypeClient, client_masked_dh, server_masked_dh, key_,
209 CalculateHash(kPeerTypeServer, client_masked_dh, server_masked_dh, key_,
224 const std::string& client_masked_dh,
236 hash_contents += client_masked_dh;
222 CalculateHash( PeerType peer_type, const std::string& client_masked_dh, const std::string& server_masked_dh, const std::string& k, uint8_t* out_digest) argument
/external/libweave/third_party/chromium/crypto/
H A Dp224_spake.cc212 std::string client_masked_dh, server_masked_dh; local
214 client_masked_dh = message.as_string();
217 client_masked_dh = next_message_;
224 CalculateHash(kPeerTypeClient, client_masked_dh, server_masked_dh, key_,
226 CalculateHash(kPeerTypeServer, client_masked_dh, server_masked_dh, key_,
241 const std::string& client_masked_dh,
253 hash_contents += client_masked_dh;
239 CalculateHash( PeerType peer_type, const std::string& client_masked_dh, const std::string& server_masked_dh, const std::string& k, uint8_t* out_digest) argument

Completed in 109 milliseconds