Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/
Dandroid_keymaster_messages.h441 struct AddEntropyResponse : public KeymasterResponse { struct
442 explicit AddEntropyResponse(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterResponse(ver) {} in KeymasterResponse() argument
444 size_t NonErrorSerializedSize() const override { return 0; } in NonErrorSerializedSize()
445 uint8_t* NonErrorSerialize(uint8_t* buf, const uint8_t* /* end */) const override { in NonErrorSerialize()
448 bool NonErrorDeserialize(const uint8_t** /* buf_ptr */, const uint8_t* /* end */) override { in NonErrorDeserialize()
/system/keymaster/tests/
Dandroid_keymaster_messages_test.cpp543 TEST(RoundTrip, AddEntropyResponse) { in TEST() argument