Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/
Dandroid_keymaster.h98 ConfigureBootPatchlevelResponse
Dandroid_keymaster_messages.h1186 using ConfigureBootPatchlevelResponse = EmptyKeymasterResponse; variable
/system/keymaster/tests/
Dandroid_keymaster_messages_test.cpp712 TEST(RoundTrip, ConfigureBootPatchlevelResponse) { in TEST() argument
714 ConfigureBootPatchlevelResponse rsp(ver); in TEST()
715 UniquePtr<ConfigureBootPatchlevelResponse> deserialized(round_trip(ver, rsp, 4)); in TEST()
/system/keymaster/android_keymaster/
Dandroid_keymaster.cpp832 ConfigureBootPatchlevelResponse
834 ConfigureBootPatchlevelResponse rsp(message_version()); in ConfigureBootPatchlevel()