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

  /system/weaved/buffet/
keystore_encryptor.h 29 class KeystoreEncryptor : public Encryptor {
31 explicit KeystoreEncryptor(
33 ~KeystoreEncryptor() override = default;
keystore_encryptor.cc 31 new KeystoreEncryptor(std::unique_ptr<keystore::KeystoreClient>(
35 KeystoreEncryptor::KeystoreEncryptor(
39 bool KeystoreEncryptor::EncryptWithAuthentication(const std::string& plaintext,
45 bool KeystoreEncryptor::DecryptWithAuthentication(const std::string& ciphertext,
  /system/webservd/webservd/
keystore_encryptor.h 29 class KeystoreEncryptor : public Encryptor {
31 explicit KeystoreEncryptor(
33 ~KeystoreEncryptor() override = default;
keystore_encryptor.cc 31 new KeystoreEncryptor(std::unique_ptr<keystore::KeystoreClient>(
35 KeystoreEncryptor::KeystoreEncryptor(
39 bool KeystoreEncryptor::EncryptWithAuthentication(const std::string& plaintext,
45 bool KeystoreEncryptor::DecryptWithAuthentication(const std::string& ciphertext,

Completed in 1281 milliseconds