Searched refs:PureSoftKeymasterContext (Results 1 – 6 of 6) sorted by relevance
53 PureSoftKeymasterContext::PureSoftKeymasterContext(KmVersion version, in PureSoftKeymasterContext() function in keymaster::PureSoftKeymasterContext75 PureSoftKeymasterContext::~PureSoftKeymasterContext() {} in ~PureSoftKeymasterContext()77 keymaster_error_t PureSoftKeymasterContext::SetSystemVersion(uint32_t os_version, in SetSystemVersion()84 void PureSoftKeymasterContext::GetSystemVersion(uint32_t* os_version, in GetSystemVersion()90 KeyFactory* PureSoftKeymasterContext::GetKeyFactory(keymaster_algorithm_t algorithm) const { in GetKeyFactory()111 PureSoftKeymasterContext::GetSupportedAlgorithms(size_t* algorithms_count) const { in GetSupportedAlgorithms()116 OperationFactory* PureSoftKeymasterContext::GetOperationFactory(keymaster_algorithm_t algorithm, in GetOperationFactory()123 keymaster_error_t PureSoftKeymasterContext::CreateKeyBlob(const AuthorizationSet& key_description, in CreateKeyBlob()209 keymaster_error_t PureSoftKeymasterContext::UpgradeKeyBlob(const KeymasterKeyBlob& key_to_upgrade, in UpgradeKeyBlob()220 keymaster_error_t PureSoftKeymasterContext::ParseKeyBlob(const KeymasterKeyBlob& blob, in ParseKeyBlob()[all …]
43 class PureSoftKeymasterContext : public KeymasterContext,49 explicit PureSoftKeymasterContext(51 ~PureSoftKeymasterContext() override;
218 auto context = new PureSoftKeymasterContext( in AndroidKeyMintDevice()
225 auto context = new PureSoftKeymasterContext(KmVersion::KEYMASTER_3); in AndroidKeymaster3Device()
224 auto context = new PureSoftKeymasterContext( in AndroidKeymaster4Device()
1619 ImportWrappedKeyTest() : keymaster_(new PureSoftKeymasterContext(kCurrentKmVersion), 16) {} in ImportWrappedKeyTest()