Searched defs:KeymasterResponse (Results 1 – 1 of 1) sorted by relevance
118 struct KeymasterResponse : public KeymasterMessage { struct119 explicit KeymasterResponse(int32_t ver) in KeymasterResponse() function130 keymaster_error_t error;284 explicit GenerateKeyResponse(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterResponse(ver) { in KeymasterResponse() function322 : KeymasterResponse(ver) {} in KeymasterResponse() function353 explicit BeginOperationResponse(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterResponse(ver) {} in KeymasterResponse() function377 : KeymasterResponse(ver), input_consumed(0) {} in KeymasterResponse() function402 explicit FinishOperationResponse(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterResponse(ver) {} in KeymasterResponse() function427 explicit AbortOperationResponse(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterResponse(ver) {} in KeymasterResponse() function429 : KeymasterResponse(ver) { in KeymasterResponse() function[all …]