HomeSort by relevance Sort by last modified time
    Searched refs:DecryptPendingKeys (Results 1 - 9 of 9) 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_org/sync/util/
cryptographer.h 44 // should be prompted for the new passphrase and DecryptPendingKeys be called.
136 // DecryptPendingKeys. This should only be used if CanDecrypt(encrypted) ==
150 bool DecryptPendingKeys(const KeyParams& params);
cryptographer_unittest.cc 176 EXPECT_TRUE(cryptographer.DecryptPendingKeys(params));
cryptographer.cc 227 bool Cryptographer::DecryptPendingKeys(const KeyParams& params) {
  /external/chromium_org/sync/internal_api/
sync_encryption_handler_impl.cc 432 if (cryptographer->DecryptPendingKeys(key_params)) {
545 if (temp_cryptographer.DecryptPendingKeys(key_params)) {
555 cryptographer->DecryptPendingKeys(key_params);
569 cryptographer->DecryptPendingKeys(key_params);
575 } else { // !temp_cryptographer.DecryptPendingKeys(..)
578 } // temp_cryptographer.DecryptPendingKeys(...)
580 if (cryptographer->DecryptPendingKeys(key_params)) {
604 if (cryptographer->DecryptPendingKeys(key_params)) {
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncapi.cc     [all...]
  /external/chromium_org/sync/engine/
syncer_unittest.cc 668 GetCryptographer(&rtrans)->DecryptPendingKeys(other_params);
    [all...]

Completed in 136 milliseconds