Searched defs:SupportedAlgorithmsRequest (Results 1 – 2 of 2) sorted by relevance
133 struct SupportedAlgorithmsRequest : public KeymasterMessage { struct135 : KeymasterMessage(ver) {} in KeymasterMessage()137 size_t SerializedSize() const override { return 0; }; in SerializedSize()138 uint8_t* Serialize(uint8_t* buf, const uint8_t* /* end */) const override { return buf; } in Serialize()139 bool Deserialize(const uint8_t** /* buf_ptr */, const uint8_t* /* end */) override { in Deserialize()
97 void AndroidKeymaster::SupportedAlgorithms(const SupportedAlgorithmsRequest& /* request */, in SupportedAlgorithms()