Home
last modified time | relevance | path

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

/system/keymaster/contexts/
Dkeymaster2_passthrough_context.cpp44 KeyFactory* Keymaster2PassthroughContext::GetKeyFactory(keymaster_algorithm_t algorithm) const { in GetKeyFactory() function in keymaster::Keymaster2PassthroughContext
54 auto keyfactory = GetKeyFactory(algorithm); in GetOperationFactory()
109 auto factory = GetKeyFactory(algorithm); in ParseKeyBlob()
Dkeymaster1_passthrough_context.cpp58 KeyFactory* Keymaster1PassthroughContext::GetKeyFactory(keymaster_algorithm_t algorithm) const { in GetKeyFactory() function in keymaster::Keymaster1PassthroughContext
92 auto keyfactory = GetKeyFactory(algorithm); in GetOperationFactory()
174 auto factory = GetKeyFactory(algorithm); in ParseKeyBlob()
Dsoft_keymaster_context.cpp97 KeyFactory* SoftKeymasterContext::GetKeyFactory(keymaster_algorithm_t algorithm) const { in GetKeyFactory() function in keymaster::SoftKeymasterContext
125 KeyFactory* key_factory = GetKeyFactory(algorithm); in GetOperationFactory()
275 auto factory = GetKeyFactory(algorithm); in ParseKeyBlob()
Dpure_soft_keymaster_context.cpp144 KeyFactory* PureSoftKeymasterContext::GetKeyFactory(keymaster_algorithm_t algorithm) const { in GetKeyFactory() function in keymaster::PureSoftKeymasterContext
172 KeyFactory* key_factory = GetKeyFactory(algorithm); in GetOperationFactory()
327 auto factory = GetKeyFactory(algorithm); in ParseKeyBlob()
562 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.h62 KeyFactory* GetKeyFactory(keymaster_algorithm_t algorithm) const override;
/system/keymaster/include/keymaster/
Dkeymaster_context.h105 virtual const KeyFactory* GetKeyFactory(keymaster_algorithm_t algorithm) const = 0;
/system/keymaster/android_keymaster/
Dandroid_keymaster.cpp163 if (context.GetKeyFactory(algorithm) == nullptr) { in check_supported()
250 context_->GetKeyFactory(request.algorithm)->SupportedImportFormats(&count); in SupportedImportFormats()
260 context_->GetKeyFactory(request.algorithm)->SupportedExportFormats(&count); in SupportedExportFormats()
324 !(factory = context.GetKeyFactory(algorithm))) { in get_key_factory()