OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
276
return
DeriveSharedKey
(key_source);
283
return
DeriveSharedKey
(std::vector<uint8>(key_source.begin(),
287
bool ClientUpdateProtocol::
DeriveSharedKey
(const std::vector<uint8>& source) {
Completed in 454 milliseconds