Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/
Dandroid_keymaster_messages.h116 struct KeymasterResponse : public KeymasterMessage { struct
117 explicit KeymasterResponse(int32_t ver) in KeymasterResponse() function
128 keymaster_error_t error;
282 explicit GenerateKeyResponse(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterResponse(ver) { in KeymasterResponse() function
320 : KeymasterResponse(ver) {} in KeymasterResponse() function
351 explicit BeginOperationResponse(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterResponse(ver) {} in KeymasterResponse() function
375 : KeymasterResponse(ver), input_consumed(0) {} in KeymasterResponse() function
400 explicit FinishOperationResponse(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterResponse(ver) {} in KeymasterResponse() function
425 explicit AbortOperationResponse(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterResponse(ver) {} in KeymasterResponse() function
443 explicit AddEntropyResponse(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterResponse(ver) {} in KeymasterResponse() function
[all …]