Home
last modified time | relevance | path

Searched refs:SupportedAlgorithmsResponse (Results 1 – 3 of 3) sorted by relevance

/system/keymaster/include/keymaster/
Dgoogle_keymaster_messages.h55 struct SupportedAlgorithmsResponse : public KeymasterResponse { struct
56 SupportedAlgorithmsResponse() : algorithms(NULL), algorithms_length(0) {} in SupportedAlgorithmsResponse() argument
57 ~SupportedAlgorithmsResponse() { delete[] algorithms; } in ~SupportedAlgorithmsResponse() argument
/system/keymaster/
Dgoogle_keymaster_messages_test.cpp84 TEST(RoundTrip, SupportedAlgorithmsResponse) { in TEST() argument
85 SupportedAlgorithmsResponse rsp; in TEST()
91 UniquePtr<SupportedAlgorithmsResponse> deserialized(round_trip(rsp, 20)); in TEST()
345 GARBAGE_TEST(SupportedAlgorithmsResponse)
Dgoogle_keymaster_messages.cpp44 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()