Home
last modified time | relevance | path

Searched defs:SupportedImportFormats (Results 1 – 4 of 4) sorted by relevance

/system/keymaster/
Dasymmetric_key_factory.cpp29 AsymmetricKeyFactory::SupportedImportFormats(size_t* format_count) const { in SupportedImportFormats() function in keymaster::AsymmetricKeyFactory
Dsymmetric_key.cpp105 SymmetricKeyFactory::SupportedImportFormats(size_t* format_count) const { in SupportedImportFormats() function in keymaster::SymmetricKeyFactory
Dandroid_keymaster.cpp135 void AndroidKeymaster::SupportedImportFormats(const SupportedImportFormatsRequest& request, in SupportedImportFormats() function in keymaster::AndroidKeymaster
Dandroid_keymaster_test.cpp248 TEST_P(CheckSupported, SupportedImportFormats) { in TEST_P() argument