Searched refs:AddEntropyRequest (Results 1 – 12 of 12) sorted by relevance
42 void AddRngEntropy(const AddEntropyRequest& request, AddEntropyResponse* response);
72 void AddRngEntropy(const AddEntropyRequest& request, AddEntropyResponse* response);
438 struct AddEntropyRequest : public KeymasterMessage { struct439 explicit AddEntropyRequest(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterMessage(ver) {} in KeymasterMessage() argument
532 TEST(RoundTrip, AddEntropyRequest) { in TEST() argument534 AddEntropyRequest msg(ver); in TEST()537 UniquePtr<AddEntropyRequest> deserialized(round_trip(ver, msg, 7)); in TEST()698 GARBAGE_TEST(AddEntropyRequest);
99 void TrustyKeymaster::AddRngEntropy(const AddEntropyRequest& request, in AddRngEntropy()
28 using ::keymaster::AddEntropyRequest;224 AddEntropyRequest request; in addRngEntropy()
37 using ::keymaster::AddEntropyRequest;267 AddEntropyRequest request; in addRngEntropy()
311 AddEntropyRequest request; in addRngEntropy()
313 size_t AddEntropyRequest::SerializedSize() const { in SerializedSize()317 uint8_t* AddEntropyRequest::Serialize(uint8_t* buf, const uint8_t* end) const { in Serialize()321 bool AddEntropyRequest::Deserialize(const uint8_t** buf_ptr, const uint8_t* end) { in Deserialize()
210 void AndroidKeymaster::AddRngEntropy(const AddEntropyRequest& request, in AddRngEntropy()
29 using ::keymaster::AddEntropyRequest;339 AddEntropyRequest request; in addRngEntropy()
641 AddEntropyRequest request; in add_rng_entropy()