OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SupportedExportFormats
(Results
1 - 7
of
7
) sorted by null
/system/keymaster/include/keymaster/
asymmetric_key_factory.h
46
virtual const keymaster_key_format_t*
SupportedExportFormats
(size_t* format_count) const;
key_factory.h
61
virtual const keymaster_key_format_t*
SupportedExportFormats
(size_t* format_count) const = 0;
android_keymaster.h
64
void
SupportedExportFormats
(const SupportedExportFormatsRequest& request,
/system/keymaster/
asymmetric_key_factory.cpp
36
AsymmetricKeyFactory::
SupportedExportFormats
(size_t* format_count) const {
symmetric_key.h
42
virtual const keymaster_key_format_t*
SupportedExportFormats
(size_t* format_count) const {
android_keymaster.cpp
169
void AndroidKeymaster::
SupportedExportFormats
(const SupportedExportFormatsRequest& request,
176
context_->GetKeyFactory(request.algorithm)->
SupportedExportFormats
(&count);
soft_keymaster_device.cpp
588
convert_device(dev)->impl_->
SupportedExportFormats
(request, &response);
[
all
...]
Completed in 231 milliseconds