HomeSort by relevance Sort by last modified time
    Searched refs:DecryptPendingKeys (Results 1 - 5 of 5) sorted by null

  /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 431 if (cryptographer->DecryptPendingKeys(key_params)) {
544 if (temp_cryptographer.DecryptPendingKeys(key_params)) {
554 cryptographer->DecryptPendingKeys(key_params);
568 cryptographer->DecryptPendingKeys(key_params);
574 } else { // !temp_cryptographer.DecryptPendingKeys(..)
577 } // temp_cryptographer.DecryptPendingKeys(...)
579 if (cryptographer->DecryptPendingKeys(key_params)) {
603 if (cryptographer->DecryptPendingKeys(key_params)) {
    [all...]
  /external/chromium_org/sync/engine/
syncer_unittest.cc 754 GetCryptographer(&rtrans)->DecryptPendingKeys(other_params);
    [all...]

Completed in 338 milliseconds