Searched refs:DecryptToString (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/sync/internal_api/
H A Dsyncapi_internal.cc66 left_plaintext = cryptographer->DecryptToString(left.encrypted());
75 right_plaintext = cryptographer->DecryptToString(right.encrypted());
H A Ddelete_journal.cc31 std::string plaintext_data = trans->GetCryptographer()->DecryptToString(
H A Dbase_node.cc107 DecryptToString(encrypted);
H A Dsync_encryption_handler_impl.cc1601 temp_cryptographer.DecryptToString(keystore_decryptor_token);
/external/chromium_org/sync/engine/
H A Dconflict_resolver.cc121 decrypted_specifics = cryptographer->DecryptToString(
130 decrypted_server_specifics = cryptographer->DecryptToString(
147 decrypted_base_server_specifics = cryptographer->DecryptToString(
/external/chromium/chrome/browser/sync/util/
H A Dcryptographer.h80 std::string DecryptToString(const sync_pb::EncryptedData& encrypted) const;
H A Dcryptographer.cc67 std::string plaintext = DecryptToString(encrypted);
71 std::string Cryptographer::DecryptToString( function in class:browser_sync::Cryptographer
/external/chromium_org/sync/util/
H A Dcryptographer.cc78 const std::string& original_serialized = DecryptToString(*encrypted);
104 std::string plaintext = DecryptToString(encrypted);
108 std::string Cryptographer::DecryptToString( function in class:syncer::Cryptographer
H A Dcryptographer.h100 std::string DecryptToString(const sync_pb::EncryptedData& encrypted) const;
/external/chromium/chrome/browser/sync/engine/
H A Dsyncapi.cc238 DecryptToString(encrypted);
1451 a_str = cryptographer->DecryptToString(encrypted);
1457 b_str = cryptographer->DecryptToString(encrypted);

Completed in 254 milliseconds