Searched refs:Keymaster2PassthroughContext (Results 1 – 3 of 3) sorted by relevance
25 Keymaster2PassthroughContext::Keymaster2PassthroughContext(KmVersion version, in Keymaster2PassthroughContext() function in keymaster::Keymaster2PassthroughContext29 keymaster_error_t Keymaster2PassthroughContext::SetSystemVersion(uint32_t os_version, in SetSystemVersion()36 void Keymaster2PassthroughContext::GetSystemVersion(uint32_t* os_version, in GetSystemVersion()50 Keymaster2PassthroughContext::GetOperationFactory(keymaster_algorithm_t algorithm, in GetOperationFactory()62 Keymaster2PassthroughContext::UpgradeKeyBlob(const KeymasterKeyBlob& key_to_upgrade, in UpgradeKeyBlob()71 Keymaster2PassthroughContext::ParseKeyBlob(const KeymasterKeyBlob& blob, in ParseKeyBlob()116 keymaster_error_t Keymaster2PassthroughContext::DeleteAllKeys() const { in DeleteAllKeys()120 keymaster_error_t Keymaster2PassthroughContext::AddRngEntropy(const uint8_t* buf, in AddRngEntropy()125 KeymasterEnforcement* Keymaster2PassthroughContext::enforcement_policy() { in enforcement_policy()129 CertificateChain Keymaster2PassthroughContext::GenerateAttestation( in GenerateAttestation()[all …]
33 class Keymaster2PassthroughContext : public KeymasterContext {35 explicit Keymaster2PassthroughContext(KmVersion version, keymaster2_device_t* dev);
506 auto context = new Keymaster2PassthroughContext(KmVersion::KEYMASTER_3, km2_device); in CreateKeymasterDevice()