OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetKeyFactory
(Results
1 - 5
of
5
) sorted by null
/system/keymaster/include/keymaster/
keymaster_context.h
90
virtual KeyFactory*
GetKeyFactory
(keymaster_algorithm_t algorithm) const = 0;
soft_keymaster_context.h
63
KeyFactory*
GetKeyFactory
(keymaster_algorithm_t algorithm) const override;
/system/keymaster/
android_keymaster.cpp
87
if (context.
GetKeyFactory
(algorithm) == NULL) {
165
context_->
GetKeyFactory
(request.algorithm)->SupportedImportFormats(&count);
176
context_->
GetKeyFactory
(request.algorithm)->SupportedExportFormats(&count);
195
!(factory = context_->
GetKeyFactory
(algorithm)))
223
static KeyFactory*
GetKeyFactory
(const KeymasterContext& context,
231
KeyFactory* factory = context.
GetKeyFactory
(*algorithm);
373
GetKeyFactory
(*context_, hw_enforced, sw_enforced, &algorithm, &response->error);
429
!(factory = context_->
GetKeyFactory
(algorithm)))
474
*factory =
GetKeyFactory
(*context_, *hw_enforced, *sw_enforced, &algorithm, &error);
attestation_record_test.cpp
44
KeyFactory*
GetKeyFactory
(keymaster_algorithm_t /* algorithm */) const override {
soft_keymaster_context.cpp
364
KeyFactory* SoftKeymasterContext::
GetKeyFactory
(keymaster_algorithm_t algorithm) const {
390
KeyFactory* key_factory =
GetKeyFactory
(algorithm);
[
all
...]
Completed in 1601 milliseconds