Searched refs:GetKeyFactory (Results 1 - 10 of 10) sorted by relevance

/system/keymaster/contexts/
H A Dkeymaster2_passthrough_context.cpp43 KeyFactory* Keymaster2PassthroughContext::GetKeyFactory(keymaster_algorithm_t algorithm) const { function in class:keymaster::Keymaster2PassthroughContext
52 auto keyfactory = GetKeyFactory(algorithm);
96 // GetKeyFactory
104 auto factory = GetKeyFactory(algorithm);
H A Dkeymaster1_passthrough_context.cpp55 KeyFactory* Keymaster1PassthroughContext::GetKeyFactory(keymaster_algorithm_t algorithm) const { function in class:keymaster::Keymaster1PassthroughContext
84 auto keyfactory = GetKeyFactory(algorithm);
164 // GetKeyFactory
170 auto factory = GetKeyFactory(algorithm);
H A Dpure_soft_keymaster_context.cpp74 KeyFactory* PureSoftKeymasterContext::GetKeyFactory(keymaster_algorithm_t algorithm) const { function in class:keymaster::PureSoftKeymasterContext
102 KeyFactory* key_factory = GetKeyFactory(algorithm);
169 // GetKeyFactory
176 auto factory = GetKeyFactory(algorithm);
349 auto aes_factory = GetKeyFactory(KM_ALGORITHM_AES);
H A Dsoft_keymaster_context.cpp109 KeyFactory* SoftKeymasterContext::GetKeyFactory(keymaster_algorithm_t algorithm) const { function in class:keymaster::SoftKeymasterContext
137 KeyFactory* key_factory = GetKeyFactory(algorithm);
285 // GetKeyFactory
292 auto factory = GetKeyFactory(algorithm);
/system/keymaster/include/keymaster/contexts/
H A Dkeymaster2_passthrough_context.h53 KeyFactory* GetKeyFactory(keymaster_algorithm_t algorithm) const override;
H A Dkeymaster1_passthrough_context.h60 KeyFactory* GetKeyFactory(keymaster_algorithm_t algorithm) const override;
H A Dpure_soft_keymaster_context.h55 KeyFactory* GetKeyFactory(keymaster_algorithm_t algorithm) const override;
H A Dsoft_keymaster_context.h69 KeyFactory* GetKeyFactory(keymaster_algorithm_t algorithm) const override;
/system/keymaster/include/keymaster/
H A Dkeymaster_context.h86 virtual KeyFactory* GetKeyFactory(keymaster_algorithm_t algorithm) const = 0;
/system/keymaster/android_keymaster/
H A Dandroid_keymaster.cpp80 if (context.GetKeyFactory(algorithm) == NULL) {
158 context_->GetKeyFactory(request.algorithm)->SupportedImportFormats(&count);
169 context_->GetKeyFactory(request.algorithm)->SupportedExportFormats(&count);
225 !(factory = context_->GetKeyFactory(algorithm)))
438 !(factory = context_->GetKeyFactory(algorithm)))
519 !(factory = context_->GetKeyFactory(algorithm))) {

Completed in 225 milliseconds