Searched defs:Encryptor (Results 1 - 3 of 3) sorted by relevance

/system/weaved/buffet/
H A Dencryptor.h26 class Encryptor { class in namespace:buffet
28 Encryptor() = default;
29 virtual ~Encryptor() = default;
41 // A factory method to be exported by the default Encryptor implementation
45 static std::unique_ptr<Encryptor> CreateDefaultEncryptor();
48 DISALLOW_COPY_AND_ASSIGN(Encryptor);
/system/webservd/webservd/
H A Dencryptor.h24 class Encryptor { class in namespace:webservd
26 virtual ~Encryptor() = default;
38 // A factory method to be exported by the default Encryptor implementation
42 static std::unique_ptr<Encryptor> CreateDefaultEncryptor();
/system/tpm/trunks/
H A Dtpm_generated_test.cc308 class Encryptor { class in namespace:trunks
310 Encryptor(const std::string& expected_input, const std::string& output) function in class:trunks::Encryptor
419 .WillOnce(Invoke(Encryptor("pt_user_data", "ct_user_data")));
421 .WillOnce(Invoke(Encryptor("ct_signed_data", "pt_signed_data")));

Completed in 244 milliseconds