Home
last modified time | relevance | path

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

/external/chromium_org/sync/internal_api/
Dsync_encryption_handler_impl.cc432 if (cryptographer->DecryptPendingKeys(key_params)) { in SetEncryptionPassphrase()
545 if (temp_cryptographer.DecryptPendingKeys(key_params)) { in SetDecryptionPassphrase()
555 cryptographer->DecryptPendingKeys(key_params); in SetDecryptionPassphrase()
569 cryptographer->DecryptPendingKeys(key_params); in SetDecryptionPassphrase()
580 if (cryptographer->DecryptPendingKeys(key_params)) { in SetDecryptionPassphrase()
604 if (cryptographer->DecryptPendingKeys(key_params)) { in SetDecryptionPassphrase()
1168 if (cryptographer->DecryptPendingKeys(key_params)) { in DecryptPendingKeysWithExplicitPassphrase()
/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_org/sync/util/
Dcryptographer.h150 bool DecryptPendingKeys(const KeyParams& params);
Dcryptographer_unittest.cc176 EXPECT_TRUE(cryptographer.DecryptPendingKeys(params)); in TEST_F()
Dcryptographer.cc227 bool Cryptographer::DecryptPendingKeys(const KeyParams& params) { in DecryptPendingKeys() function in syncer::Cryptographer
/external/chromium_org/sync/engine/
Dsyncer_unittest.cc668 GetCryptographer(&rtrans)->DecryptPendingKeys(other_params); in TEST_F()
881 GetCryptographer(&rtrans)->DecryptPendingKeys(key_params); in TEST_F()
/external/chromium/chrome/browser/sync/engine/
Dsyncapi.cc1953 if (!cryptographer->DecryptPendingKeys(params)) { in SetPassphrase()