OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DecryptPendingKeys
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/sync/util/
cryptographer.h
37
// should be prompted for the new passphrase and
DecryptPendingKeys
be called.
97
//
DecryptPendingKeys
. This should only be used if CanDecrypt(encrypted) ==
104
bool
DecryptPendingKeys
(const KeyParams& params);
cryptographer_unittest.cc
129
EXPECT_TRUE(cryptographer.
DecryptPendingKeys
(params));
cryptographer.cc
149
bool Cryptographer::
DecryptPendingKeys
(const KeyParams& params) {
/external/chromium/chrome/browser/sync/engine/
syncapi.cc
[
all
...]
Completed in 47 milliseconds