Searched refs:GetKeyFactory (Results 1 – 10 of 10) sorted by relevance
44 KeyFactory* Keymaster2PassthroughContext::GetKeyFactory(keymaster_algorithm_t algorithm) const { in GetKeyFactory() function in keymaster::Keymaster2PassthroughContext54 auto keyfactory = GetKeyFactory(algorithm); in GetOperationFactory()109 auto factory = GetKeyFactory(algorithm); in ParseKeyBlob()
58 KeyFactory* Keymaster1PassthroughContext::GetKeyFactory(keymaster_algorithm_t algorithm) const { in GetKeyFactory() function in keymaster::Keymaster1PassthroughContext92 auto keyfactory = GetKeyFactory(algorithm); in GetOperationFactory()174 auto factory = GetKeyFactory(algorithm); in ParseKeyBlob()
97 KeyFactory* SoftKeymasterContext::GetKeyFactory(keymaster_algorithm_t algorithm) const { in GetKeyFactory() function in keymaster::SoftKeymasterContext125 KeyFactory* key_factory = GetKeyFactory(algorithm); in GetOperationFactory()275 auto factory = GetKeyFactory(algorithm); in ParseKeyBlob()
144 KeyFactory* PureSoftKeymasterContext::GetKeyFactory(keymaster_algorithm_t algorithm) const { in GetKeyFactory() function in keymaster::PureSoftKeymasterContext172 KeyFactory* key_factory = GetKeyFactory(algorithm); in GetOperationFactory()327 auto factory = GetKeyFactory(algorithm); in ParseKeyBlob()562 auto aes_factory = GetKeyFactory(KM_ALGORITHM_AES); in UnwrapKey()
56 KeyFactory* GetKeyFactory(keymaster_algorithm_t algorithm) const override;
62 KeyFactory* GetKeyFactory(keymaster_algorithm_t algorithm) const override;
67 KeyFactory* GetKeyFactory(keymaster_algorithm_t algorithm) const override;
105 virtual const KeyFactory* GetKeyFactory(keymaster_algorithm_t algorithm) const = 0;
163 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()