Searched refs:SupportedAlgorithmsResponse (Results 1 – 7 of 7) sorted by relevance
31 SupportedAlgorithmsResponse* response);
56 SupportedAlgorithmsResponse* response);
306 struct SupportedAlgorithmsResponse : public SupportedResponse<keymaster_algorithm_t> { struct307 explicit SupportedAlgorithmsResponse(int32_t ver) in SupportedAlgorithmsResponse() function
97 return std::make_unique<SupportedAlgorithmsResponse>(kMaxMessageVersion); in getSerializable()
116 SupportedAlgorithmsResponse* response) { in SupportedAlgorithms()
184 SupportedAlgorithmsResponse* response) { in SupportedAlgorithms()
384 SupportedAlgorithmsResponse response(impl_->message_version()); in get_supported_algorithms()