Searched refs:GetKeyFactory (Results 1 – 10 of 10) sorted by relevance
43 KeyFactory* Keymaster2PassthroughContext::GetKeyFactory(keymaster_algorithm_t algorithm) const { in GetKeyFactory() function in keymaster::Keymaster2PassthroughContext52 auto keyfactory = GetKeyFactory(algorithm); in GetOperationFactory()104 auto factory = GetKeyFactory(algorithm); in ParseKeyBlob()
55 KeyFactory* Keymaster1PassthroughContext::GetKeyFactory(keymaster_algorithm_t algorithm) const { in GetKeyFactory() function in keymaster::Keymaster1PassthroughContext84 auto keyfactory = GetKeyFactory(algorithm); in GetOperationFactory()170 auto factory = GetKeyFactory(algorithm); in ParseKeyBlob()
74 KeyFactory* PureSoftKeymasterContext::GetKeyFactory(keymaster_algorithm_t algorithm) const { in GetKeyFactory() function in keymaster::PureSoftKeymasterContext102 KeyFactory* key_factory = GetKeyFactory(algorithm); in GetOperationFactory()214 auto factory = GetKeyFactory(algorithm); in ParseKeyBlob()387 auto aes_factory = GetKeyFactory(KM_ALGORITHM_AES); in UnwrapKey()
109 KeyFactory* SoftKeymasterContext::GetKeyFactory(keymaster_algorithm_t algorithm) const { in GetKeyFactory() function in keymaster::SoftKeymasterContext137 KeyFactory* key_factory = GetKeyFactory(algorithm); in GetOperationFactory()292 auto factory = GetKeyFactory(algorithm); in ParseKeyBlob()
80 if (context.GetKeyFactory(algorithm) == nullptr) { in check_supported()158 context_->GetKeyFactory(request.algorithm)->SupportedImportFormats(&count); in SupportedImportFormats()169 context_->GetKeyFactory(request.algorithm)->SupportedExportFormats(&count); in SupportedExportFormats()225 !(factory = context_->GetKeyFactory(algorithm))) in GenerateKey()442 !(factory = context_->GetKeyFactory(algorithm))) in ImportKey()523 !(factory = context_->GetKeyFactory(algorithm))) { in ImportWrappedKey()
53 KeyFactory* GetKeyFactory(keymaster_algorithm_t algorithm) const override;
60 KeyFactory* GetKeyFactory(keymaster_algorithm_t algorithm) const override;
57 KeyFactory* GetKeyFactory(keymaster_algorithm_t algorithm) const override;
69 KeyFactory* GetKeyFactory(keymaster_algorithm_t algorithm) const override;
86 virtual const KeyFactory* GetKeyFactory(keymaster_algorithm_t algorithm) const = 0;