Searched defs:SupportedAlgorithmsRequest (Results 1 – 2 of 2) sorted by relevance
121 struct SupportedAlgorithmsRequest : public KeymasterMessage { struct123 : KeymasterMessage(ver) {} in KeymasterMessage()125 size_t SerializedSize() const override { return 0; }; in SerializedSize()126 uint8_t* Serialize(uint8_t* buf, const uint8_t* /* end */) const override { return buf; } in Serialize()127 bool Deserialize(const uint8_t** /* buf_ptr */, const uint8_t* /* end */) override { in Deserialize()
104 void AndroidKeymaster::SupportedAlgorithms(const SupportedAlgorithmsRequest& /* request */, in SupportedAlgorithms()