Searched refs:SupportedDigestsResponse (Results 1 – 7 of 7) sorted by relevance
37 SupportedDigestsResponse* response);
62 SupportedDigestsResponse* response);
324 struct SupportedDigestsResponse : public SupportedResponse<keymaster_digest_t> { struct325 explicit SupportedDigestsResponse(int32_t ver) : SupportedResponse<keymaster_digest_t>(ver) {} in SupportedDigestsResponse() function
103 return std::make_unique<SupportedDigestsResponse>(kMaxMessageVersion); in getSerializable()
131 SupportedDigestsResponse* response) { in SupportedDigests()
228 SupportedDigestsResponse* response) { in SupportedDigests()
486 SupportedDigestsResponse response(impl_->message_version()); in get_supported_digests()