Searched refs:GetKeyFactory (Results 1 – 10 of 10) sorted by relevance
42 KeyFactory* Keymaster2PassthroughContext::GetKeyFactory(keymaster_algorithm_t algorithm) const { in GetKeyFactory() function in keymaster::Keymaster2PassthroughContext52 auto keyfactory = GetKeyFactory(algorithm); in GetOperationFactory()107 auto factory = GetKeyFactory(algorithm); in ParseKeyBlob()
56 KeyFactory* Keymaster1PassthroughContext::GetKeyFactory(keymaster_algorithm_t algorithm) const { in GetKeyFactory() function in keymaster::Keymaster1PassthroughContext90 auto keyfactory = GetKeyFactory(algorithm); in GetOperationFactory()172 auto factory = GetKeyFactory(algorithm); in ParseKeyBlob()
94 KeyFactory* SoftKeymasterContext::GetKeyFactory(keymaster_algorithm_t algorithm) const { in GetKeyFactory() function in keymaster::SoftKeymasterContext122 KeyFactory* key_factory = GetKeyFactory(algorithm); in GetOperationFactory()272 auto factory = GetKeyFactory(algorithm); in ParseKeyBlob()
90 KeyFactory* PureSoftKeymasterContext::GetKeyFactory(keymaster_algorithm_t algorithm) const { in GetKeyFactory() function in keymaster::PureSoftKeymasterContext118 KeyFactory* key_factory = GetKeyFactory(algorithm); in GetOperationFactory()272 auto factory = GetKeyFactory(algorithm); in ParseKeyBlob()488 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;
61 KeyFactory* GetKeyFactory(keymaster_algorithm_t algorithm) const override;
100 virtual const KeyFactory* GetKeyFactory(keymaster_algorithm_t algorithm) const = 0;
152 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()