HomeSort by relevance Sort by last modified time
    Searched refs:EncryptWithAuthentication (Results 1 - 12 of 12) sorted by null

  /system/weaved/buffet/
encryptor.h 33 virtual bool EncryptWithAuthentication(const std::string& plaintext,
keystore_encryptor.h 35 bool EncryptWithAuthentication(const std::string& plaintext,
fake_encryptor.cc 25 bool EncryptWithAuthentication(const std::string& plaintext,
keystore_encryptor.cc 39 bool KeystoreEncryptor::EncryptWithAuthentication(const std::string& plaintext,
41 return keystore_->encryptWithAuthentication(kBuffetKeyName, plaintext,
buffet_config_unittest.cc 93 bool EncryptWithAuthentication(const std::string& plaintext,
buffet_config.cc 197 if (!encryptor_->EncryptWithAuthentication(settings, &encrypted_settings)) {
  /system/webservd/webservd/
encryptor.h 30 virtual bool EncryptWithAuthentication(const std::string& plaintext,
fake_encryptor.h 28 bool EncryptWithAuthentication(const std::string& plaintext,
fake_encryptor.cc 25 bool EncryptWithAuthentication(const std::string& plaintext,
keystore_encryptor.h 35 bool EncryptWithAuthentication(const std::string& plaintext,
keystore_encryptor.cc 39 bool KeystoreEncryptor::EncryptWithAuthentication(const std::string& plaintext,
41 return keystore_->encryptWithAuthentication(kWebserverKeyName, plaintext,
server.cc 211 encryptor_->EncryptWithAuthentication(private_key.to_string(),

Completed in 1850 milliseconds