Decrypt           118 chrome/browser/chromeos/settings/token_encryptor.cc   if (!encryptor.Decrypt(encrypted_token, &token)) {
Decrypt           707 chrome/browser/sync/glue/sync_backend_host_impl.cc   bool result = nigori.Decrypt(cached_pending_keys_.blob(), &plaintext);
Decrypt            40 chrome/utility/importer/firefox_importer_unittest.cc       decryptor_proxy.Decrypt("MDIEEPgAAAAAAAAAAAAAAAAAAAEwFAYIKoZIhvcNAwcECKa"
Decrypt            44 chrome/utility/importer/firefox_importer_unittest.cc       decryptor_proxy.Decrypt("MDIEEPgAAAAAAAAAAAAAAAAAAAEwFAYIKoZIhvcNAwcECLW"
Decrypt            46 chrome/utility/importer/firefox_importer_unittest_utils.h   base::string16 Decrypt(const std::string& crypt);
Decrypt            85 chrome/utility/importer/firefox_importer_unittest_utils.h   return decryptor_.Decrypt(crypt);
Decrypt           238 chrome/utility/importer/firefox_importer_unittest_utils_mac.cc     base::string16 unencrypted_str = decryptor_.Decrypt(crypt);
Decrypt           209 chrome/utility/importer/nss_decryptor.cc       form.username_value = Decrypt(lines[begin++]);
Decrypt           213 chrome/utility/importer/nss_decryptor.cc         form.password_value = Decrypt(lines[begin++]);
Decrypt           292 chrome/utility/importer/nss_decryptor.cc     form.username_value = Decrypt(s2.ColumnString(5));
Decrypt           294 chrome/utility/importer/nss_decryptor.cc     form.password_value = Decrypt(s2.ColumnString(6));
Decrypt           129 chrome/utility/importer/nss_decryptor_mac.h   base::string16 Decrypt(const std::string& crypt) const;
Decrypt            30 chrome/utility/importer/nss_decryptor_null.h   base::string16 Decrypt(const std::string& crypt) const {
Decrypt            34 chrome/utility/importer/nss_decryptor_system_nss.h   base::string16 Decrypt(const std::string& crypt) const;
Decrypt           127 chrome/utility/importer/nss_decryptor_win.h   base::string16 Decrypt(const std::string& crypt) const;
Decrypt           146 chromeos/network/onc/onc_utils.cc   if (!decryptor.Decrypt(ciphertext, &plaintext)) {
Decrypt           374 chromeos/network/onc/onc_utils.cc     toplevel_onc = Decrypt(passphrase, *toplevel_onc);
Decrypt            47 chromeos/network/onc/onc_utils.h CHROMEOS_EXPORT scoped_ptr<base::DictionaryValue> Decrypt(
Decrypt            22 chromeos/network/onc/onc_utils_unittest.cc       Decrypt("test0000", *encrypted_onc);
Decrypt            33 chromeos/network/onc/onc_utils_unittest.cc       Decrypt("test0000", *encrypted_onc);
Decrypt            46 chromeos/network/onc/onc_utils_unittest.cc       Decrypt("test0000", *encrypted_onc);
Decrypt           135 components/os_crypt/os_crypt_posix.cc   if (!encryptor.Decrypt(raw_ciphertext, plaintext))
Decrypt            67 content/browser/net/sqlite_persistent_cookie_store_unittest.cc   return encryptor_.Decrypt(ciphertext, plaintext);
Decrypt            81 content/child/webcrypto/shared_crypto.h CONTENT_EXPORT Status Decrypt(const blink::WebCryptoAlgorithm& algorithm,
Decrypt           516 content/child/webcrypto/shared_crypto_unittest.cc   return Decrypt(algorithm, key, CryptoData(cipher_text_with_tag), plain_text);
Decrypt           861 content/child/webcrypto/shared_crypto_unittest.cc                   Decrypt(webcrypto::CreateAesCbcAlgorithm(iv),
Decrypt           877 content/child/webcrypto/shared_crypto_unittest.cc                   Decrypt(webcrypto::CreateAesCbcAlgorithm(iv),
Decrypt           896 content/child/webcrypto/shared_crypto_unittest.cc                   Decrypt(CreateAesCbcAlgorithm(iv), key, input, &output));
Decrypt           963 content/child/webcrypto/shared_crypto_unittest.cc                   Decrypt(webcrypto::CreateAesCbcAlgorithm(test_iv),
Decrypt           976 content/child/webcrypto/shared_crypto_unittest.cc           Decrypt(CreateAesCbcAlgorithm(test_iv),
Decrypt           988 content/child/webcrypto/shared_crypto_unittest.cc           Decrypt(CreateAesCbcAlgorithm(test_iv),
Decrypt          2143 content/child/webcrypto/shared_crypto_unittest.cc     ASSERT_STATUS_SUCCESS(Decrypt(
Decrypt          2188 content/child/webcrypto/shared_crypto_unittest.cc       Decrypt(algorithm, private_key, CryptoData(ciphertext), &decrypted_data));
Decrypt          2201 content/child/webcrypto/shared_crypto_unittest.cc   ASSERT_STATUS_SUCCESS(Decrypt(
Decrypt          2257 content/child/webcrypto/shared_crypto_unittest.cc       Decrypt(
Decrypt          2267 content/child/webcrypto/shared_crypto_unittest.cc       Decrypt(
Decrypt          2274 content/child/webcrypto/shared_crypto_unittest.cc   EXPECT_STATUS_SUCCESS(Decrypt(
Decrypt          3233 content/child/webcrypto/shared_crypto_unittest.cc   ASSERT_STATUS_SUCCESS(Decrypt(algorithm,
Decrypt            66 content/child/webcrypto/webcrypto_impl.cc   Status status = webcrypto::Decrypt(
Decrypt           178 content/renderer/media/crypto/ppapi_decryptor.cc                                  base::Bind(&PpapiDecryptor::Decrypt,
Decrypt           188 content/renderer/media/crypto/ppapi_decryptor.cc       !CdmDelegate()->Decrypt(stream_type, encrypted, decrypt_cb)) {
Decrypt            59 content/renderer/media/crypto/ppapi_decryptor.h   virtual void Decrypt(StreamType stream_type,
Decrypt           371 content/renderer/pepper/content_decryptor_delegate.cc   plugin_decryption_interface_->Decrypt(pp_instance_,
Decrypt            65 content/renderer/pepper/content_decryptor_delegate.h   bool Decrypt(media::Decryptor::StreamType stream_type,
Decrypt            79 crypto/encryptor.h   bool Decrypt(const base::StringPiece& ciphertext, std::string* plaintext);
Decrypt            33 crypto/encryptor_unittest.cc   EXPECT_TRUE(encryptor.Decrypt(ciphertext, &decrypted));
Decrypt            98 crypto/encryptor_unittest.cc   EXPECT_FALSE(decryptor.Decrypt(ciphertext, &decrypted));
Decrypt           106 crypto/encryptor_unittest.cc   EXPECT_TRUE(decryptor2.Decrypt(ciphertext, &decrypted));
Decrypt           112 crypto/encryptor_unittest.cc   EXPECT_FALSE(decryptor3.Decrypt(ciphertext, &decrypted));
Decrypt           210 crypto/encryptor_unittest.cc   EXPECT_TRUE(encryptor.Decrypt(encrypted, &decrypted));
Decrypt           242 crypto/encryptor_unittest.cc         encryptor.Decrypt(ciphertext_str.substr(offset, len), &decrypted));
Decrypt           301 crypto/encryptor_unittest.cc   EXPECT_TRUE(encryptor.Decrypt(ciphertext, &decrypted));
Decrypt           310 crypto/encryptor_unittest.cc   EXPECT_TRUE(encryptor.Decrypt(ciphertext, &decrypted));
Decrypt           426 crypto/encryptor_unittest.cc   EXPECT_TRUE(encryptor.Decrypt(ciphertext, &decrypted));
Decrypt           455 crypto/encryptor_unittest.cc   EXPECT_TRUE(encryptor.Decrypt(ciphertext, &decrypted));
Decrypt           481 crypto/encryptor_unittest.cc   EXPECT_TRUE(encryptor.Decrypt(ciphertext, &decrypted));
Decrypt           557 crypto/encryptor_unittest.cc       encryptor.Decrypt(base::StringPiece(ciphertext.get(), 1), &plaintext));
Decrypt           778 crypto/openpgp_symmetric_encryption.cc   Result reader = decrypter.Decrypt(encrypted, passphrase, &result);
Decrypt            34 crypto/openpgp_symmetric_encryption.h   static Result Decrypt(base::StringPiece encrypted,
Decrypt            63 crypto/openpgp_symmetric_encryption_unittest.cc       OpenPGPSymmetricEncrytion::Decrypt(encrypted, "testing", &out);
Decrypt            74 crypto/openpgp_symmetric_encryption_unittest.cc       OpenPGPSymmetricEncrytion::Decrypt(encrypted, "testing", &out);
Decrypt            85 crypto/openpgp_symmetric_encryption_unittest.cc       OpenPGPSymmetricEncrytion::Decrypt(encrypted, "testing", &out);
Decrypt            96 crypto/openpgp_symmetric_encryption_unittest.cc       OpenPGPSymmetricEncrytion::Decrypt(encrypted, "testing", &out);
Decrypt           108 crypto/openpgp_symmetric_encryption_unittest.cc         OpenPGPSymmetricEncrytion::Decrypt(encrypted, "testing", &out);
Decrypt            81 media/base/decryptor.h   virtual void Decrypt(StreamType stream_type,
Decrypt           181 media/base/mock_filters.h   MOCK_METHOD3(Decrypt, void(StreamType stream_type,
Decrypt           220 media/cast/audio_receiver/audio_receiver.cc       if (!decryptor_.Decrypt(encoded_frame->frame_id,
Decrypt            67 media/cast/transport/utility/transport_encryption_handler.cc   if (!encryptor_->Decrypt(ciphertext, plaintext)) {
Decrypt            36 media/cast/transport/utility/transport_encryption_handler.h   bool Decrypt(uint32 frame_id,
Decrypt           161 media/cast/video_receiver/video_receiver.cc   if (!decryptor_.Decrypt((*video_frame)->frame_id,
Decrypt           154 media/cdm/aes_decryptor.cc     if (!encryptor.Decrypt(encrypted_text, &decrypted_text)) {
Decrypt           204 media/cdm/aes_decryptor.cc   if (!encryptor.Decrypt(encrypted_text, &decrypted_text)) {
Decrypt            53 media/cdm/aes_decryptor.h   virtual void Decrypt(StreamType stream_type,
Decrypt           300 media/cdm/aes_decryptor_unittest.cc     decryptor_.Decrypt(Decryptor::kVideo, encrypted, decrypt_cb_);
Decrypt           406 media/cdm/aes_decryptor_unittest.cc   decryptor_.Decrypt(Decryptor::kVideo, encrypted_buffer, decrypt_cb_);
Decrypt           384 media/cdm/ppapi/cdm_adapter.cc     status = cdm_->Decrypt(input_buffer, decrypted_block.get());
Decrypt            64 media/cdm/ppapi/cdm_adapter.h   virtual void Decrypt(
Decrypt            70 media/cdm/ppapi/cdm_wrapper.h   virtual cdm::Status Decrypt(const cdm::InputBuffer& encrypted_buffer,
Decrypt           187 media/cdm/ppapi/cdm_wrapper.h   virtual cdm::Status Decrypt(const cdm::InputBuffer& encrypted_buffer,
Decrypt           189 media/cdm/ppapi/cdm_wrapper.h     return cdm_->Decrypt(encrypted_buffer, decrypted_buffer);
Decrypt           506 media/cdm/ppapi/external_clear_key/clear_key_cdm.cc   decryptor_.Decrypt(
Decrypt            50 media/cdm/ppapi/external_clear_key/clear_key_cdm.h   virtual cdm::Status Decrypt(const cdm::InputBuffer& encrypted_buffer,
Decrypt           265 media/filters/decrypting_demuxer_stream.cc   decryptor_->Decrypt(
Decrypt           173 media/filters/decrypting_demuxer_stream_unittest.cc     EXPECT_CALL(*decryptor_, Decrypt(_, _, _))
Decrypt           196 media/filters/decrypting_demuxer_stream_unittest.cc     EXPECT_CALL(*decryptor_, Decrypt(_, encrypted_buffer_, _))
Decrypt           209 media/filters/decrypting_demuxer_stream_unittest.cc     EXPECT_CALL(*decryptor_, Decrypt(_, encrypted_buffer_, _))
Decrypt           335 media/filters/decrypting_demuxer_stream_unittest.cc   EXPECT_CALL(*decryptor_, Decrypt(_, encrypted_buffer_, _))
Decrypt           360 media/filters/decrypting_demuxer_stream_unittest.cc   EXPECT_CALL(*decryptor_, Decrypt(_, encrypted_buffer_, _))
Decrypt           373 media/filters/decrypting_demuxer_stream_unittest.cc   EXPECT_CALL(*decryptor_, Decrypt(_, encrypted_buffer_, _))
Decrypt            61 media/filters/video_frame_stream_unittest.cc     EXPECT_CALL(*decryptor_, Decrypt(_, _, _))
Decrypt            62 media/filters/video_frame_stream_unittest.cc         .WillRepeatedly(Invoke(this, &VideoFrameStreamTest::Decrypt));
Decrypt            45 net/quic/crypto/aead_base_decrypter.h   virtual bool Decrypt(base::StringPiece nonce,
Decrypt           133 net/quic/crypto/aead_base_decrypter_nss.cc   if (!Decrypt(StringPiece(reinterpret_cast<char*>(nonce), nonce_size),
Decrypt           122 net/quic/crypto/aead_base_decrypter_openssl.cc   if (!Decrypt(StringPiece(reinterpret_cast<char*>(nonce), nonce_size),
Decrypt           262 net/quic/crypto/aes_128_gcm_12_decrypter_test.cc   if (!decrypter->Decrypt(nonce, associated_data, ciphertext,
Decrypt           270 net/quic/crypto/aes_128_gcm_12_decrypter_test.cc TEST(Aes128Gcm12DecrypterTest, Decrypt) {
Decrypt            80 net/quic/crypto/chacha20_poly1305_decrypter_test.cc   if (!decrypter->Decrypt(nonce, associated_data, ciphertext,
Decrypt            88 net/quic/crypto/chacha20_poly1305_decrypter_test.cc TEST(ChaCha20Poly1305DecrypterTest, Decrypt) {
Decrypt            27 net/quic/crypto/null_decrypter.h   virtual bool Decrypt(base::StringPiece nonce,
Decrypt            16 net/quic/crypto/null_decrypter_test.cc TEST_F(NullDecrypterTest, Decrypt) {
Decrypt            48 net/quic/crypto/quic_decrypter.h   virtual bool Decrypt(base::StringPiece nonce,
Decrypt           135 ppapi/c/private/ppp_content_decryptor_private.h   void (*Decrypt)(PP_Instance instance,
Decrypt           116 ppapi/cpp/private/content_decryptor_private.cc   static_cast<ContentDecryptor_Private*>(object)->Decrypt(
Decrypt           199 ppapi/cpp/private/content_decryptor_private.cc   &Decrypt,
Decrypt            43 ppapi/cpp/private/content_decryptor_private.h   virtual void Decrypt(pp::Buffer_Dev encrypted_buffer,
Decrypt          4032 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     ((void (*)(PP_Instance instance, PP_Resource encrypted_block, const struct PP_EncryptedBlockInfo* encrypted_block_info))iface->Decrypt);
Decrypt          5346 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Decrypt = &Pnacl_M34_PPP_ContentDecryptor_Private_Decrypt,
Decrypt           379 ppapi/proxy/ppp_content_decryptor_private_proxy.cc   &Decrypt,
Decrypt           518 ppapi/proxy/ppp_content_decryptor_private_proxy.cc     CallWhileUnlocked(ppp_decryptor_impl_->Decrypt,
Decrypt           818 sync/internal_api/sync_manager_impl.cc       if (!cryptographer->Decrypt(encrypted, &original_specifics)) {
Decrypt            32 sync/internal_api/syncapi_internal.cc   if (!crypto->Decrypt(encrypted, data.get()))
Decrypt            96 sync/syncable/entry_kernel.cc         cryptographer->Decrypt(encrypted, &decrypted)) {
Decrypt           117 sync/util/cryptographer.cc   if (!it->second->Decrypt(encrypted.blob(), &plaintext)) {
Decrypt           191 sync/util/cryptographer.cc     Decrypt(*pending_keys_, &pending_bag);
Decrypt           206 sync/util/cryptographer.cc   if (!Decrypt(encrypted, &bag))
Decrypt           237 sync/util/cryptographer.cc   if (!nigori.Decrypt(pending_keys_->blob(), &plaintext))
Decrypt           317 sync/util/cryptographer.cc   if (!Decrypt(encrypted_bag, &bag)) {
Decrypt            95 sync/util/cryptographer.h   bool Decrypt(const sync_pb::EncryptedData& encrypted,
Decrypt            76 sync/util/cryptographer_unittest.cc   EXPECT_TRUE(cryptographer_.Decrypt(encrypted, &decrypted));
Decrypt           105 sync/util/cryptographer_unittest.cc   EXPECT_TRUE(cryptographer_.Decrypt(encrypted2, &decrypted));
Decrypt           181 sync/util/cryptographer_unittest.cc     EXPECT_TRUE(cryptographer.Decrypt(encrypted, &decrypted));
Decrypt           232 sync/util/nigori.cc   if (!encryptor.Decrypt(ciphertext, value))
Decrypt            60 sync/util/nigori.h   bool Decrypt(const std::string& value, std::string* decrypted) const;
Decrypt            66 sync/util/nigori_unittest.cc TEST(SyncNigoriTest, Decrypt) {
Decrypt            75 sync/util/nigori_unittest.cc   EXPECT_TRUE(nigori.Decrypt(encrypted, &plaintext));
Decrypt            91 sync/util/nigori_unittest.cc   EXPECT_TRUE(nigori.Decrypt(encrypted, &decrypted));
Decrypt           109 sync/util/nigori_unittest.cc   EXPECT_TRUE(nigori.Decrypt(encrypted, &decrypted));
Decrypt           128 sync/util/nigori_unittest.cc   EXPECT_FALSE(nigori.Decrypt(encrypted, &decrypted));
Decrypt           156 sync/util/nigori_unittest.cc   EXPECT_TRUE(nigori2.Decrypt(ciphertext, &plaintext));
Decrypt           160 sync/util/nigori_unittest.cc   EXPECT_TRUE(nigori1.Decrypt(ciphertext, &plaintext));