HomeSort by relevance Sort by last modified time
    Searched refs:DeriveSharedKey (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/google_apis/cup/
client_update_protocol.h 91 // Generates a random key source and passes it to DeriveSharedKey().
96 // DeriveSharedKey(). Used for unit testing only. Returns true on success.
101 bool DeriveSharedKey(const std::vector<uint8>& source);
client_update_protocol.cc 277 return DeriveSharedKey(key_source);
284 return DeriveSharedKey(std::vector<uint8>(key_source.begin(),
288 bool ClientUpdateProtocol::DeriveSharedKey(const std::vector<uint8>& source) {

Completed in 533 milliseconds