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

  /external/chromium/chrome/browser/password_manager/
encryptor_unittest.cc 70 EXPECT_TRUE(Encryptor::EncryptString(utf8_plaintext, &ciphertext));
83 ASSERT_TRUE(Encryptor::EncryptString(plaintext, &ciphertext));
89 ASSERT_TRUE(Encryptor::EncryptString(plaintext, &ciphertext));
95 ASSERT_TRUE(Encryptor::EncryptString(plaintext, &ciphertext));
106 ASSERT_TRUE(Encryptor::EncryptString(plaintext, &ciphertext));
114 ASSERT_TRUE(Encryptor::EncryptString(plaintext, &ciphertext));
121 ASSERT_TRUE(Encryptor::EncryptString(plaintext, &ciphertext));
134 ASSERT_TRUE(Encryptor::EncryptString(plaintext, &ciphertext));
encryptor.h 32 static bool EncryptString(const std::string& plaintext,
encryptor_win.cc 15 return EncryptString(UTF16ToUTF8(plaintext), ciphertext);
28 bool Encryptor::EncryptString(const std::string& plaintext,
encryptor_linux.cc 59 return EncryptString(UTF16ToUTF8(plaintext), ciphertext);
72 bool Encryptor::EncryptString(const std::string& plaintext,
  /external/chromium/chrome/browser/sync/util/
user_settings_posix.cc 24 if (!Encryptor::EncryptString(long_lived_service_token,
cryptographer.cc 200 if (!Encryptor::EncryptString(unencrypted_token, &encrypted_token)) {
  /external/chromium/chrome/browser/webdata/
token_service_table.cc 55 bool encrypted = Encryptor::EncryptString(token, &encrypted_token);

Completed in 143 milliseconds