Home
last modified time | relevance | path

Searched refs:DecryptPendingKeys (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/sync/util/
Dcryptographer.h104 bool DecryptPendingKeys(const KeyParams& params);
Dcryptographer_unittest.cc129 EXPECT_TRUE(cryptographer.DecryptPendingKeys(params)); in TEST()
Dcryptographer.cc149 bool Cryptographer::DecryptPendingKeys(const KeyParams& params) { in DecryptPendingKeys() function in browser_sync::Cryptographer
/external/chromium/chrome/browser/sync/engine/
Dsyncapi.cc1953 if (!cryptographer->DecryptPendingKeys(params)) { in SetPassphrase()