Home
last modified time | relevance | path

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

/system/keymaster/tests/
Dandroid_keymaster_messages_test.cpp50 struct EmptyKeymasterResponse : public KeymasterResponse { struct
51 explicit EmptyKeymasterResponse(int32_t ver) : KeymasterResponse(ver) {} in EmptyKeymasterResponse() function
52 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