Home
last modified time | relevance | path

Searched refs:DeriveSharedKey (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/google_apis/cup/
Dclient_update_protocol.cc276 return DeriveSharedKey(key_source); in BuildRandomSharedKey()
283 return DeriveSharedKey(std::vector<uint8>(key_source.begin(), in SetSharedKeyForTesting()
287 bool ClientUpdateProtocol::DeriveSharedKey(const std::vector<uint8>& source) { in DeriveSharedKey() function in ClientUpdateProtocol
Dclient_update_protocol.h101 bool DeriveSharedKey(const std::vector<uint8>& source);