Home
last modified time | relevance | path

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

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