Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/
Dandroid_keymaster_messages.h118 struct KeymasterResponse : public KeymasterMessage { struct
119 explicit KeymasterResponse(int32_t ver) in KeymasterResponse() function
130 keymaster_error_t error;
284 explicit GenerateKeyResponse(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterResponse(ver) { in KeymasterResponse() function
322 : KeymasterResponse(ver) {} in KeymasterResponse() function
353 explicit BeginOperationResponse(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterResponse(ver) {} in KeymasterResponse() function
377 : KeymasterResponse(ver), input_consumed(0) {} in KeymasterResponse() function
402 explicit FinishOperationResponse(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterResponse(ver) {} in KeymasterResponse() function
427 explicit AbortOperationResponse(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterResponse(ver) {} in KeymasterResponse() function
429 : KeymasterResponse(ver) { in KeymasterResponse() function
[all …]