Home
last modified time | relevance | path

Searched refs:DecryptToString (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/sync/util/
Dcryptographer.cc67 std::string plaintext = DecryptToString(encrypted); in Decrypt()
71 std::string Cryptographer::DecryptToString( in DecryptToString() function in browser_sync::Cryptographer
Dcryptographer.h80 std::string DecryptToString(const sync_pb::EncryptedData& encrypted) const;
/external/chromium/chrome/browser/sync/engine/
Dsyncapi.cc238 DecryptToString(encrypted); in DecryptIfNecessary()
1451 a_str = cryptographer->DecryptToString(encrypted); in VisiblePropertiesDiffer()
1457 b_str = cryptographer->DecryptToString(encrypted); in VisiblePropertiesDiffer()