Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/
Dandroid_keymaster_messages.h106 struct KeymasterResponse : public KeymasterMessage { struct
107 explicit KeymasterResponse(int32_t ver) in KeymasterResponse() argument
118 keymaster_error_t error;
273 explicit GenerateKeyResponse(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterResponse(ver) { in KeymasterResponse() function
311 : KeymasterResponse(ver) {} in KeymasterResponse() function
342 explicit BeginOperationResponse(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterResponse(ver) {} in KeymasterResponse() function
366 : KeymasterResponse(ver), input_consumed(0) {} in KeymasterResponse() function
391 explicit FinishOperationResponse(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterResponse(ver) {} in KeymasterResponse() function
416 explicit AbortOperationResponse(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterResponse(ver) {} in KeymasterResponse() function
434 explicit AddEntropyResponse(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterResponse(ver) {} in KeymasterResponse() function
[all …]