Home
last modified time | relevance | path

Searched refs:KeystoreEncryptor (Results 1 – 4 of 4) sorted by relevance

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