Searched refs:SupportedAlgorithmsResponse (Results 1 – 3 of 3) sorted by relevance
55 struct SupportedAlgorithmsResponse : public KeymasterResponse { struct56 SupportedAlgorithmsResponse() : algorithms(NULL), algorithms_length(0) {} in SupportedAlgorithmsResponse() argument57 ~SupportedAlgorithmsResponse() { delete[] algorithms; } in ~SupportedAlgorithmsResponse() argument
84 TEST(RoundTrip, SupportedAlgorithmsResponse) { in TEST() argument85 SupportedAlgorithmsResponse rsp; in TEST()91 UniquePtr<SupportedAlgorithmsResponse> deserialized(round_trip(rsp, 20)); in TEST()345 GARBAGE_TEST(SupportedAlgorithmsResponse)
44 size_t SupportedAlgorithmsResponse::NonErrorSerializedSize() const { in NonErrorSerializedSize()48 uint8_t* SupportedAlgorithmsResponse::NonErrorSerialize(uint8_t* buf, const uint8_t* end) const { in NonErrorSerialize()52 bool SupportedAlgorithmsResponse::NonErrorDeserialize(const uint8_t** buf_ptr, const uint8_t* end) { in NonErrorDeserialize()