Home
last modified time | relevance | path

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

/system/keymaster/contexts/
Dkeymaster2_passthrough_context.cpp42 KeyFactory* Keymaster2PassthroughContext::GetKeyFactory(keymaster_algorithm_t algorithm) const { in GetKeyFactory() function in keymaster::Keymaster2PassthroughContext
52 auto keyfactory = GetKeyFactory(algorithm); in GetOperationFactory()
107 auto factory = GetKeyFactory(algorithm); in ParseKeyBlob()
Dkeymaster1_passthrough_context.cpp56 KeyFactory* Keymaster1PassthroughContext::GetKeyFactory(keymaster_algorithm_t algorithm) const { in GetKeyFactory() function in keymaster::Keymaster1PassthroughContext
90 auto keyfactory = GetKeyFactory(algorithm); in GetOperationFactory()
172 auto factory = GetKeyFactory(algorithm); in ParseKeyBlob()
Dsoft_keymaster_context.cpp94 KeyFactory* SoftKeymasterContext::GetKeyFactory(keymaster_algorithm_t algorithm) const { in GetKeyFactory() function in keymaster::SoftKeymasterContext
122 KeyFactory* key_factory = GetKeyFactory(algorithm); in GetOperationFactory()
272 auto factory = GetKeyFactory(algorithm); in ParseKeyBlob()
Dpure_soft_keymaster_context.cpp90 KeyFactory* PureSoftKeymasterContext::GetKeyFactory(keymaster_algorithm_t algorithm) const { in GetKeyFactory() function in keymaster::PureSoftKeymasterContext
118 KeyFactory* key_factory = GetKeyFactory(algorithm); in GetOperationFactory()
272 auto factory = GetKeyFactory(algorithm); in ParseKeyBlob()
488 auto aes_factory = GetKeyFactory(KM_ALGORITHM_AES); in UnwrapKey()
/system/keymaster/include/keymaster/contexts/
Dkeymaster2_passthrough_context.h56 KeyFactory* GetKeyFactory(keymaster_algorithm_t algorithm) const override;
Dkeymaster1_passthrough_context.h62 KeyFactory* GetKeyFactory(keymaster_algorithm_t algorithm) const override;
Dsoft_keymaster_context.h67 KeyFactory* GetKeyFactory(keymaster_algorithm_t algorithm) const override;
Dpure_soft_keymaster_context.h61 KeyFactory* GetKeyFactory(keymaster_algorithm_t algorithm) const override;
/system/keymaster/include/keymaster/
Dkeymaster_context.h100 virtual const KeyFactory* GetKeyFactory(keymaster_algorithm_t algorithm) const = 0;
/system/keymaster/android_keymaster/
Dandroid_keymaster.cpp152 if (context.GetKeyFactory(algorithm) == nullptr) { in check_supported()
239 context_->GetKeyFactory(request.algorithm)->SupportedImportFormats(&count); in SupportedImportFormats()
249 context_->GetKeyFactory(request.algorithm)->SupportedExportFormats(&count); in SupportedExportFormats()
313 !(factory = context.GetKeyFactory(algorithm))) { in get_key_factory()