Searched defs:Decrypt (Results 1 – 11 of 11) sorted by relevance
27 string16 Decrypt(const std::string& crypt) const { return string16(); } in Decrypt() function
80 string16 FFUnitTestDecryptorProxy::Decrypt(const std::string& crypt) { in Decrypt() function
64 string16 NSSDecryptor::Decrypt(const std::string& crypt) const { in Decrypt() function in NSSDecryptor
198 string16 FFUnitTestDecryptorProxy::Decrypt(const std::string& crypt) { in Decrypt() function in FFUnitTestDecryptorProxy
72 bool Encryptor::Decrypt(const std::string& ciphertext, std::string* plaintext) { in Decrypt() function in crypto::Encryptor
87 bool Encryptor::Decrypt(const std::string& ciphertext, std::string* plaintext) { in Decrypt() function in crypto::Encryptor
97 bool Encryptor::Decrypt(const std::string& ciphertext, std::string* plaintext) { in Decrypt() function in crypto::Encryptor
76 bool Encryptor::Decrypt(const std::string& ciphertext, std::string* plaintext) { in Decrypt() function in crypto::Encryptor
203 bool Nigori::Decrypt(const std::string& encrypted, std::string* value) const { in Decrypt() function in browser_sync::Nigori
66 TEST(NigoriTest, Decrypt) { in TEST() argument
64 bool Cryptographer::Decrypt(const sync_pb::EncryptedData& encrypted, in Decrypt() function in browser_sync::Cryptographer