Searched defs:Decrypt (Results 1 - 10 of 10) sorted by relevance

/external/chromium/chrome/browser/importer/
H A Dnss_decryptor_null.h27 string16 Decrypt(const std::string& crypt) const { return string16(); } function in class:NSSDecryptor
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.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_utils_mac.cc198 string16 FFUnitTestDecryptorProxy::Decrypt(const std::string& crypt) { function in class:FFUnitTestDecryptorProxy
227 string16 unencrypted_str = decryptor_.Decrypt(crypt);
/external/chromium/crypto/
H A Dencryptor_nss.cc87 bool Encryptor::Decrypt(const std::string& ciphertext, std::string* plaintext) { function in class:crypto::Encryptor
H A Dencryptor_mac.cc72 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
H A Dencryptor_openssl.cc76 bool Encryptor::Decrypt(const std::string& ciphertext, std::string* plaintext) { function in class:crypto::Encryptor
/external/chromium/chrome/browser/sync/util/
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.cc203 bool Nigori::Decrypt(const std::string& encrypted, std::string* value) const { function in class:browser_sync::Nigori
242 if (!encryptor.Decrypt(ciphertext, value))

Completed in 75 milliseconds