DecryptString     115 chrome/browser/net/cookie_store_util.cc   virtual bool DecryptString(const std::string& ciphertext,
DecryptString     126 chrome/browser/net/cookie_store_util.cc   return OSCrypt::DecryptString(ciphertext, plaintext);
DecryptString      94 chrome/browser/signin/local_auth.cc   return OSCrypt::DecryptString(unbase64, decoded);
DecryptString      89 components/autofill/core/browser/autofill_ie_toolbar_import_win.cc     if (OSCrypt::DecryptString(data, &out_data)) {
DecryptString      35 components/os_crypt/os_crypt.h   static bool DecryptString(const std::string& ciphertext,
DecryptString      65 components/os_crypt/os_crypt_posix.cc   if (!DecryptString(ciphertext, &utf8))
DecryptString      68 components/os_crypt/os_crypt_unittest.cc   EXPECT_TRUE(OSCrypt::DecryptString(ciphertext, &utf8_result));
DecryptString      74 components/os_crypt/os_crypt_unittest.cc   EXPECT_TRUE(OSCrypt::DecryptString(ciphertext, &utf8_result));
DecryptString      85 components/os_crypt/os_crypt_unittest.cc   ASSERT_TRUE(OSCrypt::DecryptString(ciphertext, &result));
DecryptString      91 components/os_crypt/os_crypt_unittest.cc   ASSERT_TRUE(OSCrypt::DecryptString(ciphertext, &result));
DecryptString      97 components/os_crypt/os_crypt_unittest.cc   ASSERT_TRUE(OSCrypt::DecryptString(ciphertext, &result));
DecryptString     108 components/os_crypt/os_crypt_unittest.cc   ASSERT_TRUE(OSCrypt::DecryptString(ciphertext, &result));
DecryptString     116 components/os_crypt/os_crypt_unittest.cc   ASSERT_TRUE(OSCrypt::DecryptString(ciphertext, &result));
DecryptString     123 components/os_crypt/os_crypt_unittest.cc   ASSERT_TRUE(OSCrypt::DecryptString(ciphertext, &result));
DecryptString     139 components/os_crypt/os_crypt_unittest.cc   EXPECT_FALSE(OSCrypt::DecryptString(ciphertext, &result));
DecryptString      22 components/os_crypt/os_crypt_win.cc   if (!DecryptString(ciphertext, &utf8))
DecryptString     107 components/signin/core/browser/webdata/token_service_table.cc       OSCrypt::DecryptString(encrypted_token, &decrypted_token);
DecryptString      20 components/sync_driver/system_encryptor.cc   return ::OSCrypt::DecryptString(ciphertext, plaintext);
DecryptString      21 components/sync_driver/system_encryptor.h   virtual bool DecryptString(const std::string& ciphertext,
DecryptString      31 components/sync_driver/system_encryptor_unittest.cc   EXPECT_TRUE(encryptor_.DecryptString(ciphertext, &plaintext));
DecryptString     725 content/browser/net/sqlite_persistent_cookie_store.cc         crypto_->DecryptString(encrypted_value, &value);
DecryptString      45 content/browser/net/sqlite_persistent_cookie_store_unittest.cc   virtual bool DecryptString(const std::string& ciphertext,
DecryptString      16 content/public/browser/cookie_crypto_delegate.h   virtual bool DecryptString(const std::string& ciphertext,
DecryptString     489 google_apis/gcm/engine/gcm_store_impl.cc     OSCrypt::DecryptString(result, &decrypted_token);
DecryptString     173 sync/internal_api/sync_encryption_handler_impl.cc   if (!encryptor->DecryptString(base64_decoded_keystore_bootstrap,
DecryptString     662 sync/internal_api/sync_encryption_handler_impl_unittest.cc       GetCryptographer()->encryptor()->DecryptString(decoded_bootstrap,
DecryptString      22 sync/test/fake_encryptor.h   virtual bool DecryptString(const std::string& ciphertext,
DecryptString     281 sync/util/cryptographer.cc   if (!encryptor_->DecryptString(encrypted_data, &unencrypted_token)) {
DecryptString      18 sync/util/encryptor.h   virtual bool DecryptString(const std::string& ciphertext,