Home
last modified time | relevance | path

Searched refs:SupportedExportFormatsRequest (Results 1 – 7 of 7) sorted by relevance

/system/core/trusty/keymaster/include/trusty_keymaster/
DTrustyKeymaster.h40 void SupportedExportFormats(const SupportedExportFormatsRequest& request,
/system/keymaster/include/keymaster/
Dandroid_keymaster.h65 void SupportedExportFormats(const SupportedExportFormatsRequest& request,
Dandroid_keymaster_messages.h228 struct SupportedExportFormatsRequest : public SupportedByAlgorithmRequest { struct
229 explicit SupportedExportFormatsRequest(int32_t ver) : SupportedByAlgorithmRequest(ver) {} in SupportedExportFormatsRequest() argument
/system/keymaster/tests/fuzzers/
Dserializable_types.h89 return std::make_unique<SupportedExportFormatsRequest>(kMaxMessageVersion); in getSerializable()
/system/core/trusty/keymaster/
DTrustyKeymaster.cpp140 void TrustyKeymaster::SupportedExportFormats(const SupportedExportFormatsRequest& request, in SupportedExportFormats()
/system/keymaster/android_keymaster/
Dandroid_keymaster.cpp243 void AndroidKeymaster::SupportedExportFormats(const SupportedExportFormatsRequest& request, in SupportedExportFormats()
/system/keymaster/contexts/
Dsoft_keymaster_device.cpp545 SupportedExportFormatsRequest request(impl_->message_version()); in get_supported_export_formats()