Home
last modified time | relevance | path

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

/aosp12/system/core/trusty/keymaster/include/trusty_keymaster/
H A DTrustyKeymaster.h39 SupportedImportFormatsResponse* response);
/aosp12/system/keymaster/include/keymaster/
H A Dandroid_keymaster.h64 SupportedImportFormatsResponse* response);
H A Dandroid_keymaster_messages.h329 struct SupportedImportFormatsResponse : public SupportedResponse<keymaster_key_format_t> { struct
330 explicit SupportedImportFormatsResponse(int32_t ver) in SupportedImportFormatsResponse() argument
/aosp12/system/keymaster/tests/fuzzers/
H A Dserializable_types.h105 return std::make_unique<SupportedImportFormatsResponse>(kMaxMessageVersion); in getSerializable()
/aosp12/system/core/trusty/keymaster/
H A DTrustyKeymaster.cpp136 SupportedImportFormatsResponse* response) { in SupportedImportFormats()
/aosp12/system/keymaster/android_keymaster/
H A Dandroid_keymaster.cpp234 SupportedImportFormatsResponse* response) { in SupportedImportFormats()
/aosp12/system/keymaster/contexts/
H A Dsoft_keymaster_device.cpp516 SupportedImportFormatsResponse response(impl_->message_version()); in get_supported_import_formats()