Searched refs:SupportedAlgorithmsResponse (Results 1 – 7 of 7) sorted by relevance
31 SupportedAlgorithmsResponse* response);
57 SupportedAlgorithmsResponse* response);
321 struct SupportedAlgorithmsResponse : public SupportedResponse<keymaster_algorithm_t> { struct322 explicit SupportedAlgorithmsResponse(int32_t ver) in SupportedAlgorithmsResponse() argument
97 return std::make_unique<SupportedAlgorithmsResponse>(kMaxMessageVersion); in getSerializable()
116 SupportedAlgorithmsResponse* response) { in SupportedAlgorithms()
195 SupportedAlgorithmsResponse* response) { in SupportedAlgorithms()
386 SupportedAlgorithmsResponse response(impl_->message_version()); in get_supported_algorithms()