Home
last modified time | relevance | path

Searched refs:SupportedImportFormats (Results 1 – 13 of 13) sorted by relevance

/aosp12/system/keymaster/include/keymaster/
H A Dasymmetric_key_factory.h46 SupportedImportFormats(size_t* format_count) const override;
H A Dkey_factory.h66 virtual const keymaster_key_format_t* SupportedImportFormats(size_t* format_count) const = 0;
H A Dandroid_keymaster.h63 void SupportedImportFormats(const SupportedImportFormatsRequest& request,
/aosp12/system/keymaster/km_openssl/
H A Dasymmetric_key_factory.cpp29 AsymmetricKeyFactory::SupportedImportFormats(size_t* format_count) const { in SupportedImportFormats() function in keymaster::AsymmetricKeyFactory
H A Dsymmetric_key.cpp101 SymmetricKeyFactory::SupportedImportFormats(size_t* format_count) const { in SupportedImportFormats() function in keymaster::SymmetricKeyFactory
/aosp12/system/keymaster/legacy_support/
H A Dkeymaster_passthrough_key.cpp39 KeymasterPassthroughKeyFactory::SupportedImportFormats(size_t* format_count) const { in SupportedImportFormats() function in keymaster::KeymasterPassthroughKeyFactory
/aosp12/system/keymaster/include/keymaster/km_openssl/
H A Dsymmetric_key.h52 virtual const keymaster_key_format_t* SupportedImportFormats(size_t* count) const override;
/aosp12/system/keymaster/include/keymaster/legacy_support/
H A Dkeymaster_passthrough_key.h73 const keymaster_key_format_t* SupportedImportFormats(size_t* format_count) const override;
H A Dkeymaster1_legacy_support.h130 const keymaster_key_format_t* SupportedImportFormats(size_t* format_count) const override { in SupportedImportFormats() function
/aosp12/system/core/trusty/keymaster/include/trusty_keymaster/
H A DTrustyKeymaster.h38 void SupportedImportFormats(const SupportedImportFormatsRequest& request,
/aosp12/system/core/trusty/keymaster/
H A DTrustyKeymaster.cpp135 void TrustyKeymaster::SupportedImportFormats(const SupportedImportFormatsRequest& request, in SupportedImportFormats() function in keymaster::TrustyKeymaster
/aosp12/system/keymaster/android_keymaster/
H A Dandroid_keymaster.cpp233 void AndroidKeymaster::SupportedImportFormats(const SupportedImportFormatsRequest& request, in SupportedImportFormats() function in keymaster::AndroidKeymaster
239 context_->GetKeyFactory(request.algorithm)->SupportedImportFormats(&count); in SupportedImportFormats()
/aosp12/system/keymaster/contexts/
H A Dsoft_keymaster_device.cpp517 impl_->SupportedImportFormats(request, &response); in get_supported_import_formats()