Searched refs:KeymasterResponse (Results 1 – 5 of 5) sorted by relevance
106 struct KeymasterResponse : public KeymasterMessage { struct107 explicit KeymasterResponse(int32_t ver) in KeymasterResponse() argument189 template <typename T> struct SupportedResponse : public KeymasterResponse {191 : KeymasterResponse(ver), results(nullptr), results_length(0) {} in SupportedResponse()272 struct GenerateKeyResponse : public KeymasterResponse {273 explicit GenerateKeyResponse(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterResponse(ver) { in KeymasterResponse() function309 struct GetKeyCharacteristicsResponse : public KeymasterResponse {311 : KeymasterResponse(ver) {} in KeymasterResponse() function341 struct BeginOperationResponse : public KeymasterResponse {342 explicit BeginOperationResponse(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterResponse(ver) {} in KeymasterResponse() function[all …]
65 KeymasterResponse* response);
439 KeymasterResponse* rsp) { in Send()
53 size_t KeymasterResponse::SerializedSize() const { in SerializedSize()60 uint8_t* KeymasterResponse::Serialize(uint8_t* buf, const uint8_t* end) const { in Serialize()67 bool KeymasterResponse::Deserialize(const uint8_t** buf_ptr, const uint8_t* end) { in Deserialize()
50 struct EmptyKeymasterResponse : public KeymasterResponse {51 explicit EmptyKeymasterResponse(int32_t ver) : KeymasterResponse(ver) {} in EmptyKeymasterResponse()