Searched defs:EmptyKeymasterResponse (Results 1 – 1 of 1) sorted by relevance
50 struct EmptyKeymasterResponse : public KeymasterResponse { struct51 explicit EmptyKeymasterResponse(int32_t ver) : KeymasterResponse(ver) {} in EmptyKeymasterResponse() function52 size_t NonErrorSerializedSize() const { return 1; } in NonErrorSerializedSize()53 uint8_t* NonErrorSerialize(uint8_t* buf, const uint8_t* /* end */) const { in NonErrorSerialize()57 bool NonErrorDeserialize(const uint8_t** buf_ptr, const uint8_t* end) { in NonErrorDeserialize()66 TEST(RoundTrip, EmptyKeymasterResponse) { in TEST() argument