Searched refs:DecryptToString (Results 1 – 3 of 3) sorted by relevance
67 std::string plaintext = DecryptToString(encrypted); in Decrypt()71 std::string Cryptographer::DecryptToString( in DecryptToString() function in browser_sync::Cryptographer
80 std::string DecryptToString(const sync_pb::EncryptedData& encrypted) const;
238 DecryptToString(encrypted); in DecryptIfNecessary()1451 a_str = cryptographer->DecryptToString(encrypted); in VisiblePropertiesDiffer()1457 b_str = cryptographer->DecryptToString(encrypted); in VisiblePropertiesDiffer()