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

/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));
H A Dfirefox_importer_unittest.cc38 decryptor_proxy.Decrypt("MDIEEPgAAAAAAAAAAAAAAAAAAAEwFAYIKoZIhvcNAwcECBJ"
42 decryptor_proxy.Decrypt("MDIEEPgAAAAAAAAAAAAAAAAAAAEwFAYIKoZIhvcNAwcECN9"
63 decryptor_proxy.Decrypt("MDIEEPgAAAAAAAAAAAAAAAAAAAEwFAYIKoZIhvcNAwcECKa"
67 decryptor_proxy.Decrypt("MDIEEPgAAAAAAAAAAAAAAAAAAAEwFAYIKoZIhvcNAwcECLW"
H A Dnss_decryptor_mac.h127 string16 Decrypt(const std::string& crypt) const;
H A Dnss_decryptor_win.h127 std::wstring Decrypt(const std::string& crypt) const;
H A Dfirefox_importer_unittest_utils_mac.cc198 string16 FFUnitTestDecryptorProxy::Decrypt(const std::string& crypt) { function in class:FFUnitTestDecryptorProxy
227 string16 unencrypted_str = decryptor_.Decrypt(crypt);
/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;
H A Dcryptographer_unittest.cc58 EXPECT_TRUE(cryptographer.Decrypt(encrypted, &decrypted));
134 EXPECT_TRUE(cryptographer.Decrypt(encrypted, &decrypted));
H A Dcryptographer.h75 bool Decrypt(const sync_pb::EncryptedData& encrypted,
H A Dnigori.cc203 bool Nigori::Decrypt(const std::string& encrypted, std::string* value) const { function in class:browser_sync::Nigori
242 if (!encryptor.Decrypt(ciphertext, value))
/external/chromium/crypto/
H A Dencryptor.h39 bool Decrypt(const std::string& ciphertext, std::string* plaintext);
H A Dencryptor_mac.cc72 bool Encryptor::Decrypt(const std::string& ciphertext, std::string* plaintext) { function in class:crypto::Encryptor
H A Dencryptor_unittest.cc33 EXPECT_TRUE(encryptor.Decrypt(ciphertext, &decypted));
109 EXPECT_TRUE(encryptor.Decrypt(ciphertext, &decypted));
138 EXPECT_TRUE(encryptor.Decrypt(ciphertext, &decypted));
164 EXPECT_TRUE(encryptor.Decrypt(ciphertext, &decypted));
231 EXPECT_FALSE(encryptor.Decrypt("", &decrypted));
H A Dencryptor_nss.cc87 bool Encryptor::Decrypt(const std::string& ciphertext, std::string* plaintext) { function in class:crypto::Encryptor
H A Dencryptor_openssl.cc76 bool Encryptor::Decrypt(const std::string& ciphertext, std::string* plaintext) { function in class:crypto::Encryptor
H A Dencryptor_win.cc97 bool Encryptor::Decrypt(const std::string& ciphertext, std::string* plaintext) { function in class:crypto::Encryptor
/external/chromium/chrome/browser/password_manager/
H A Dencryptor_linux.cc135 if (!encryptor.Decrypt(raw_ciphertext, plaintext))
/external/chromium/chrome/browser/sync/syncable/
H A Dnigori_util.cc109 if (!cryptographer->Decrypt(entry_specifics.encrypted(),
/external/chromium/chrome/browser/sync/engine/
H A Dsyncapi.cc212 if (!crypto->Decrypt(encrypted, data.get()))
2398 if (!cryptographer->Decrypt(encrypted, &original_specifics)) {
/external/dropbear/libtomcrypt/
H A Dcrypt.tex433 \index{Cipher Encrypt} \index{Cipher Decrypt}
4105 \mysection{DSA Encrypt and Decrypt}
5406 /** Decrypt a block
5549 @param direction Encrypt or Decrypt direction (0 or 1)
5574 @param direction Encrypt or Decrypt mode (GCM_ENCRYPT or GCM_DECRYPT)

Completed in 225 milliseconds