OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SupportedImportFormats
(Results
1 - 8
of
8
) sorted by null
/system/keymaster/include/keymaster/
asymmetric_key_factory.h
45
virtual const keymaster_key_format_t*
SupportedImportFormats
(size_t* format_count) const;
key_factory.h
60
virtual const keymaster_key_format_t*
SupportedImportFormats
(size_t* format_count) const = 0;
android_keymaster.h
62
void
SupportedImportFormats
(const SupportedImportFormatsRequest& request,
/system/keymaster/
asymmetric_key_factory.cpp
29
AsymmetricKeyFactory::
SupportedImportFormats
(size_t* format_count) const {
symmetric_key.h
41
virtual const keymaster_key_format_t*
SupportedImportFormats
(size_t* format_count) const;
symmetric_key.cpp
105
SymmetricKeyFactory::
SupportedImportFormats
(size_t* format_count) const {
android_keymaster.cpp
158
void AndroidKeymaster::
SupportedImportFormats
(const SupportedImportFormatsRequest& request,
165
context_->GetKeyFactory(request.algorithm)->
SupportedImportFormats
(&count);
soft_keymaster_device.cpp
555
convert_device(dev)->impl_->
SupportedImportFormats
(request, &response);
[
all
...]
Completed in 51 milliseconds