Home
last modified time | relevance | path

Searched defs:Decrypt (Results 1 – 11 of 11) sorted by relevance

/external/chromium/chrome/browser/importer/
Dnss_decryptor_null.h27 string16 Decrypt(const std::string& crypt) const { return string16(); } in Decrypt() function
Dfirefox_importer_unittest_utils.h80 string16 FFUnitTestDecryptorProxy::Decrypt(const std::string& crypt) { in Decrypt() function
Dnss_decryptor.cc64 string16 NSSDecryptor::Decrypt(const std::string& crypt) const { in Decrypt() function in NSSDecryptor
Dfirefox_importer_unittest_utils_mac.cc198 string16 FFUnitTestDecryptorProxy::Decrypt(const std::string& crypt) { in Decrypt() function in FFUnitTestDecryptorProxy
/external/chromium/crypto/
Dencryptor_mac.cc72 bool Encryptor::Decrypt(const std::string& ciphertext, std::string* plaintext) { in Decrypt() function in crypto::Encryptor
Dencryptor_nss.cc87 bool Encryptor::Decrypt(const std::string& ciphertext, std::string* plaintext) { in Decrypt() function in crypto::Encryptor
Dencryptor_win.cc97 bool Encryptor::Decrypt(const std::string& ciphertext, std::string* plaintext) { in Decrypt() function in crypto::Encryptor
Dencryptor_openssl.cc76 bool Encryptor::Decrypt(const std::string& ciphertext, std::string* plaintext) { in Decrypt() function in crypto::Encryptor
/external/chromium/chrome/browser/sync/util/
Dnigori.cc203 bool Nigori::Decrypt(const std::string& encrypted, std::string* value) const { in Decrypt() function in browser_sync::Nigori
Dnigori_unittest.cc66 TEST(NigoriTest, Decrypt) { in TEST() argument
Dcryptographer.cc64 bool Cryptographer::Decrypt(const sync_pb::EncryptedData& encrypted, in Decrypt() function in browser_sync::Cryptographer