Searched defs:SupportedExportFormats (Results 1 - 3 of 3) sorted by relevance
/system/keymaster/km_openssl/ | ||
H A D | asymmetric_key_factory.cpp | 36 AsymmetricKeyFactory::SupportedExportFormats(size_t* format_count) const { function in class:keymaster::AsymmetricKeyFactory |
/system/keymaster/legacy_support/ | ||
H A D | keymaster_passthrough_key.cpp | 47 KeymasterPassthroughKeyFactory::SupportedExportFormats(size_t* format_count) const { function in class:keymaster::KeymasterPassthroughKeyFactory |
/system/keymaster/android_keymaster/ | ||
H A D | android_keymaster.cpp | 162 void AndroidKeymaster::SupportedExportFormats(const SupportedExportFormatsRequest& request, function in class:keymaster::AndroidKeymaster 169 context_->GetKeyFactory(request.algorithm)->SupportedExportFormats(&count); |
Completed in 60 milliseconds