Home
last modified time | relevance | path

Searched refs:ConfigureResponse (Results 1 – 9 of 9) sorted by relevance

/system/core/trusty/keymaster/include/trusty_keymaster/
DTrustyKeymaster.h43 void Configure(const ConfigureRequest& request, ConfigureResponse* response);
/system/core/trusty/keymaster/
DTrustyKeymaster.cpp74 ConfigureResponse rsp(message_version()); in Initialize()
150 void TrustyKeymaster::Configure(const ConfigureRequest& request, ConfigureResponse* response) { in Configure()
/system/keymaster/include/keymaster/
Dandroid_keymaster.h74 void Configure(const ConfigureRequest& request, ConfigureResponse* response);
Dandroid_keymaster_messages.h759 using ConfigureResponse = EmptyKeymasterResponse; variable
/system/keymaster/tests/fuzzers/
Dserializable_types.h175 return std::make_unique<ConfigureResponse>(kMaxMessageVersion); in getSerializable()
/system/keymaster/tests/
Dandroid_keymaster_messages_test.cpp678 TEST(RoundTrip, ConfigureResponse) { in TEST() argument
680 ConfigureResponse rsp(ver); in TEST()
681 UniquePtr<ConfigureResponse> deserialized(round_trip(ver, rsp, 4)); in TEST()
Dandroid_keymaster_test.cpp1626 ConfigureResponse configRsp(kMaxMessageVersion); in SetUp()
/system/keymaster/android_keymaster/
Dandroid_keymaster.cpp805 void AndroidKeymaster::Configure(const ConfigureRequest& request, ConfigureResponse* response) { in Configure()
/system/keymaster/contexts/
Dsoft_keymaster_device.cpp574 ConfigureResponse response(impl_->message_version()); in configure()