Searched refs:EncryptString (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/components/gcm_driver/
H A Dsystem_encryptor.cc13 bool SystemEncryptor::EncryptString(const std::string& plaintext, function in class:gcm::SystemEncryptor
15 return ::OSCrypt::EncryptString(plaintext, ciphertext);
H A Dsystem_encryptor.h18 virtual bool EncryptString(const std::string& plaintext,
/external/chromium_org/components/sync_driver/
H A Dsystem_encryptor.cc13 bool SystemEncryptor::EncryptString(const std::string& plaintext, function in class:sync_driver::SystemEncryptor
15 return ::OSCrypt::EncryptString(plaintext, ciphertext);
H A Dsystem_encryptor.h18 virtual bool EncryptString(const std::string& plaintext,
H A Dsystem_encryptor_unittest.cc28 EXPECT_TRUE(encryptor_.EncryptString(kPlaintext, &ciphertext));
/external/chromium_org/content/public/browser/
H A Dcookie_crypto_delegate.h14 virtual bool EncryptString(const std::string& plaintext,
/external/chromium_org/google_apis/gcm/base/
H A Dencryptor.h16 virtual bool EncryptString(const std::string& plaintext,
H A Dfake_encryptor.cc13 bool FakeEncryptor::EncryptString(const std::string& plaintext, function in class:gcm::FakeEncryptor
H A Dfake_encryptor.h19 virtual bool EncryptString(const std::string& plaintext,
/external/chromium_org/sync/test/
H A Dfake_encryptor.cc13 bool FakeEncryptor::EncryptString(const std::string& plaintext, function in class:syncer::FakeEncryptor
H A Dfake_encryptor.h19 virtual bool EncryptString(const std::string& plaintext,
/external/chromium_org/sync/util/
H A Dencryptor.h15 virtual bool EncryptString(const std::string& plaintext,
H A Dcryptographer.cc89 return EncryptString(serialized, encrypted);
92 bool Cryptographer::EncryptString( function in class:syncer::Cryptographer
277 if (!encryptor_->EncryptString(unencrypted_token, &encrypted_token)) {
H A Dcryptographer.h91 bool EncryptString(const std::string& serialized,
H A Dcryptographer_unittest.cc200 EXPECT_TRUE(other_cryptographer.EncryptString(secret, &encrypted));
/external/chromium_org/components/os_crypt/
H A Dos_crypt_unittest.cc71 EXPECT_TRUE(OSCrypt::EncryptString(utf8_plaintext, &ciphertext));
84 ASSERT_TRUE(OSCrypt::EncryptString(plaintext, &ciphertext));
90 ASSERT_TRUE(OSCrypt::EncryptString(plaintext, &ciphertext));
96 ASSERT_TRUE(OSCrypt::EncryptString(plaintext, &ciphertext));
107 ASSERT_TRUE(OSCrypt::EncryptString(plaintext, &ciphertext));
115 ASSERT_TRUE(OSCrypt::EncryptString(plaintext, &ciphertext));
122 ASSERT_TRUE(OSCrypt::EncryptString(plaintext, &ciphertext));
135 ASSERT_TRUE(OSCrypt::EncryptString(plaintext, &ciphertext));
H A Dos_crypt.h29 static bool EncryptString(const std::string& plaintext,
H A Dos_crypt_win.cc16 return EncryptString(base::UTF16ToUTF8(plaintext), ciphertext);
29 bool OSCrypt::EncryptString(const std::string& plaintext, function in class:OSCrypt
H A Dos_crypt_posix.cc59 return EncryptString(base::UTF16ToUTF8(plaintext), ciphertext);
72 bool OSCrypt::EncryptString(const std::string& plaintext, function in class:OSCrypt
/external/chromium_org/chrome/browser/net/
H A Dcookie_store_util.cc132 virtual bool EncryptString(const std::string& plaintext,
138 bool CookieOSCryptoDelegate::EncryptString(const std::string& plaintext, function in class:chrome_browser_net::__anon4327::CookieOSCryptoDelegate
140 return OSCrypt::EncryptString(plaintext, ciphertext);
/external/chromium_org/components/signin/core/browser/webdata/
H A Dtoken_service_table.cc74 bool encrypted = OSCrypt::EncryptString(token, &encrypted_token);
/external/chromium_org/sync/internal_api/
H A Dsync_encryption_handler_impl_unittest.cc1074 other_cryptographer.EncryptString("string", &current_encrypted);
1082 keystore_cryptographer.EncryptString("string", &keystore_encrypted);
1154 other_cryptographer.EncryptString("string", &current_encrypted);
1162 keystore_cryptographer.EncryptString("string", &keystore_encrypted);
1232 other_cryptographer.EncryptString("string", &current_encrypted);
1240 keystore_cryptographer.EncryptString("string", &keystore_encrypted);
1479 other_cryptographer.EncryptString("string", &current_encrypted);
1487 keystore_cryptographer.EncryptString("string", &keystore_encrypted);
1569 other_cryptographer.EncryptString("string", &old_encrypted);
1577 keystore_cryptographer.EncryptString("strin
[all...]
/external/chromium_org/chrome/browser/signin/
H A Dlocal_auth.cc65 const bool success = OSCrypt::EncryptString(record, &encoded);
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_ie_toolbar_import_win_unittest.cc95 OSCrypt::EncryptString(data, &encrypted_data);
/external/chromium_org/content/browser/net/
H A Dsqlite_persistent_cookie_store_unittest.cc43 virtual bool EncryptString(const std::string& plaintext,
60 bool CookieCryptor::EncryptString(const std::string& plaintext, function in class:content::__anon7270::CookieCryptor

Completed in 455 milliseconds

12