Home
last modified time | relevance | path

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

/system/core/trusty/keymaster/include/trusty_keymaster/
DTrustyKeymaster.h41 SupportedExportFormatsResponse* response);
/system/keymaster/include/keymaster/
Dandroid_keymaster.h66 SupportedExportFormatsResponse* response);
Dandroid_keymaster_messages.h335 struct SupportedExportFormatsResponse : public SupportedResponse<keymaster_key_format_t> { struct
336 explicit SupportedExportFormatsResponse(int32_t ver) in SupportedExportFormatsResponse() argument
/system/keymaster/tests/fuzzers/
Dserializable_types.h107 return std::make_unique<SupportedExportFormatsResponse>(kMaxMessageVersion); in getSerializable()
/system/core/trusty/keymaster/
DTrustyKeymaster.cpp141 SupportedExportFormatsResponse* response) { in SupportedExportFormats()
/system/keymaster/android_keymaster/
Dandroid_keymaster.cpp244 SupportedExportFormatsResponse* response) { in SupportedExportFormats()
/system/keymaster/contexts/
Dsoft_keymaster_device.cpp547 SupportedExportFormatsResponse response(impl_->message_version()); in get_supported_export_formats()