Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/
Dandroid_keymaster_messages.h433 struct AddEntropyResponse : public KeymasterResponse { struct
434 explicit AddEntropyResponse(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterResponse(ver) {} in KeymasterResponse() argument
436 size_t NonErrorSerializedSize() const override { return 0; } in NonErrorSerializedSize()
437 uint8_t* NonErrorSerialize(uint8_t* buf, const uint8_t* /* end */) const override { in NonErrorSerialize()
440 bool NonErrorDeserialize(const uint8_t** /* buf_ptr */, const uint8_t* /* end */) override { in NonErrorDeserialize()
/system/keymaster/
Dandroid_keymaster_messages_test.cpp524 TEST(RoundTrip, AddEntropyResponse) { in TEST() argument