Searched refs:Decrypt (Results 1 - 25 of 89) sorted by relevance

1234

/external/chromium/chrome/browser/importer/
H A Dfirefox_importer_unittest_utils.h42 string16 Decrypt(const std::string& crypt);
80 string16 FFUnitTestDecryptorProxy::Decrypt(const std::string& crypt) { function in class:FFUnitTestDecryptorProxy
81 return decryptor_.Decrypt(crypt);
H A Dnss_decryptor_null.h27 string16 Decrypt(const std::string& crypt) const { return string16(); } function in class:NSSDecryptor
H A Dnss_decryptor_system_nss.h33 string16 Decrypt(const std::string& crypt) const;
H A Dnss_decryptor.cc64 string16 NSSDecryptor::Decrypt(const std::string& crypt) const { function in class:NSSDecryptor
208 form.username_value = Decrypt(lines[begin++]);
212 form.password_value = Decrypt(lines[begin++]);
291 form.username_value = Decrypt(s2.ColumnString(5));
293 form.password_value = Decrypt(s2.ColumnString(6));
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
H A DNormalizeAlgorithm.h45 Decrypt, enumerator in enum:WebCore::AlgorithmOperation
/external/chromium_org/chrome/utility/importer/
H A Dfirefox_importer_unittest.cc40 decryptor_proxy.Decrypt("MDIEEPgAAAAAAAAAAAAAAAAAAAEwFAYIKoZIhvcNAwcECKa"
44 decryptor_proxy.Decrypt("MDIEEPgAAAAAAAAAAAAAAAAAAAEwFAYIKoZIhvcNAwcECLW"
H A Dfirefox_importer_unittest_utils.h46 string16 Decrypt(const std::string& crypt);
84 string16 FFUnitTestDecryptorProxy::Decrypt(const std::string& crypt) { function in class:FFUnitTestDecryptorProxy
85 return decryptor_.Decrypt(crypt);
H A Dnss_decryptor_null.h30 string16 Decrypt(const std::string& crypt) const { return string16(); } function in class:NSSDecryptor
H A Dnss_decryptor_system_nss.h34 string16 Decrypt(const std::string& crypt) const;
H A Dnss_decryptor.cc64 string16 NSSDecryptor::Decrypt(const std::string& crypt) const { function in class:NSSDecryptor
209 form.username_value = Decrypt(lines[begin++]);
213 form.password_value = Decrypt(lines[begin++]);
292 form.username_value = Decrypt(s2.ColumnString(5));
294 form.password_value = Decrypt(s2.ColumnString(6));
/external/chromium_org/crypto/
H A Dopenpgp_symmetric_encryption.h34 static Result Decrypt(base::StringPiece encrypted,
H A Dopenpgp_symmetric_encryption_unittest.cc63 OpenPGPSymmetricEncrytion::Decrypt(encrypted, "testing", &out);
74 OpenPGPSymmetricEncrytion::Decrypt(encrypted, "testing", &out);
85 OpenPGPSymmetricEncrytion::Decrypt(encrypted, "testing", &out);
96 OpenPGPSymmetricEncrytion::Decrypt(encrypted, "testing", &out);
108 OpenPGPSymmetricEncrytion::Decrypt(encrypted, "testing", &out);
/external/chromium/chrome/browser/sync/util/
H A Dnigori_unittest.cc66 TEST(NigoriTest, Decrypt) {
75 EXPECT_TRUE(nigori.Decrypt(encrypted, &plaintext));
91 EXPECT_TRUE(nigori.Decrypt(encrypted, &decrypted));
109 EXPECT_TRUE(nigori.Decrypt(encrypted, &decrypted));
128 EXPECT_FALSE(nigori.Decrypt(encrypted, &decrypted));
156 EXPECT_TRUE(nigori2.Decrypt(ciphertext, &plaintext));
160 EXPECT_TRUE(nigori1.Decrypt(ciphertext, &plaintext));
H A Dcryptographer.cc64 bool Cryptographer::Decrypt(const sync_pb::EncryptedData& encrypted, function in class:browser_sync::Cryptographer
80 if (!it->second->Decrypt(encrypted.blob(), &plaintext)) {
137 if (!Decrypt(encrypted, &bag)) {
159 if (!nigori.Decrypt(pending_keys_->blob(), &plaintext))
H A Dnigori.h21 // for your secret (basically a map key), and |Encrypt| and |Decrypt| to store
57 bool Decrypt(const std::string& value, std::string* decrypted) const;
/external/chromium_org/sync/util/
H A Dnigori_unittest.cc66 TEST(SyncNigoriTest, Decrypt) {
75 EXPECT_TRUE(nigori.Decrypt(encrypted, &plaintext));
91 EXPECT_TRUE(nigori.Decrypt(encrypted, &decrypted));
109 EXPECT_TRUE(nigori.Decrypt(encrypted, &decrypted));
128 EXPECT_FALSE(nigori.Decrypt(encrypted, &decrypted));
156 EXPECT_TRUE(nigori2.Decrypt(ciphertext, &plaintext));
160 EXPECT_TRUE(nigori1.Decrypt(ciphertext, &plaintext));
H A Dcryptographer.cc101 bool Cryptographer::Decrypt(const sync_pb::EncryptedData& encrypted, function in class:syncer::Cryptographer
117 if (!it->second->Decrypt(encrypted.blob(), &plaintext)) {
191 Decrypt(*pending_keys_, &pending_bag);
206 if (!Decrypt(encrypted, &bag))
237 if (!nigori.Decrypt(pending_keys_->blob(), &plaintext))
319 if (!Decrypt(encrypted_bag, &bag)) {
/external/chromium_org/net/quic/crypto/
H A Daes_128_gcm_12_decrypter.h45 virtual bool Decrypt(base::StringPiece nonce,
H A Dnull_decrypter.h24 virtual bool Decrypt(base::StringPiece nonce,
H A Dquic_decrypter.h43 // Decrypt authenticates |associated_data| and |ciphertext| and then decrypts
49 virtual bool Decrypt(base::StringPiece nonce,
H A Daes_128_gcm_12_decrypter_openssl.cc62 bool Aes128Gcm12Decrypter::Decrypt(StringPiece nonce, function in class:net::Aes128Gcm12Decrypter
134 if (!Decrypt(StringPiece(reinterpret_cast<char*>(nonce), sizeof(nonce)),
/external/chromium_org/ppapi/c/private/
H A Dppp_content_decryptor_private.h117 void (*Decrypt)(PP_Instance instance, member in struct:PPP_ContentDecryptor_Private_0_6
/external/chromium_org/chromeos/network/onc/
H A Donc_utils_unittest.cc22 Decrypt("test0000", *encrypted_onc);
33 Decrypt("test0000", *encrypted_onc);
46 Decrypt("test0000", *encrypted_onc);
/external/chromium_org/ppapi/api/private/
H A Dppp_content_decryptor_private.idl101 void Decrypt(
/external/chromium/crypto/
H A Dencryptor.h39 bool Decrypt(const std::string& ciphertext, std::string* plaintext);

Completed in 9264 milliseconds

1234