Home
last modified time | relevance | path

Searched defs:BeginOperationResponse (Results 1 – 2 of 2) sorted by relevance

/system/keymaster/include/keymaster/
Dandroid_keymaster_messages.h350 struct BeginOperationResponse : public KeymasterResponse { struct
351 explicit BeginOperationResponse(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterResponse(ver) {} in KeymasterResponse() argument
357 keymaster_operation_handle_t op_handle;
358 AuthorizationSet output_params;
/system/keymaster/tests/
Dandroid_keymaster_messages_test.cpp211 TEST(RoundTrip, BeginOperationResponse) { in TEST() argument