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

  /external/chromium_org/sync/internal_api/
syncapi_internal.cc 88 left_plaintext = cryptographer->DecryptToString(left.encrypted());
97 right_plaintext = cryptographer->DecryptToString(right.encrypted());
delete_journal.cc 31 std::string plaintext_data = trans->GetCryptographer()->DecryptToString(
base_node.cc 88 DecryptToString(encrypted);
sync_encryption_handler_impl.cc     [all...]
  /external/chromium_org/sync/engine/
conflict_resolver.cc 118 decrypted_specifics = cryptographer->DecryptToString(
127 decrypted_server_specifics = cryptographer->DecryptToString(
144 decrypted_base_server_specifics = cryptographer->DecryptToString(
  /external/chromium_org/sync/util/
cryptographer.h 100 std::string DecryptToString(const sync_pb::EncryptedData& encrypted) const;
cryptographer.cc 78 const std::string& original_serialized = DecryptToString(*encrypted);
104 std::string plaintext = DecryptToString(encrypted);
108 std::string Cryptographer::DecryptToString(

Completed in 236 milliseconds