Home
last modified time | relevance | path

Searched defs:Encrypt (Results 1 – 6 of 6) sorted by relevance

/external/chromium/crypto/
Dencryptor_mac.cc68 bool Encryptor::Encrypt(const std::string& plaintext, std::string* ciphertext) { in Encrypt() function in crypto::Encryptor
Dencryptor_nss.cc52 bool Encryptor::Encrypt(const std::string& plaintext, std::string* ciphertext) { in Encrypt() function in crypto::Encryptor
Dencryptor_win.cc80 bool Encryptor::Encrypt(const std::string& plaintext, std::string* ciphertext) { in Encrypt() function in crypto::Encryptor
Dencryptor_openssl.cc72 bool Encryptor::Encrypt(const std::string& plaintext, std::string* ciphertext) { in Encrypt() function in crypto::Encryptor
/external/chromium/chrome/browser/sync/util/
Dnigori.cc170 bool Nigori::Encrypt(const std::string& value, std::string* encrypted) const { in Encrypt() function in browser_sync::Nigori
Dcryptographer.cc44 bool Cryptographer::Encrypt(const ::google::protobuf::MessageLite& message, in Encrypt() function in browser_sync::Cryptographer