Home
last modified time | relevance | path

Searched refs:Keymaster1PassthroughContext (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/keymaster/contexts/
H A Dkeymaster1_passthrough_context.cpp37 Keymaster1PassthroughContext::Keymaster1PassthroughContext(KmVersion version, in Keymaster1PassthroughContext() function in keymaster::Keymaster1PassthroughContext
43 keymaster_error_t Keymaster1PassthroughContext::SetSystemVersion(uint32_t os_version, in SetSystemVersion()
50 void Keymaster1PassthroughContext::GetSystemVersion(uint32_t* os_version, in GetSystemVersion()
88 Keymaster1PassthroughContext::GetOperationFactory(keymaster_algorithm_t algorithm, in GetOperationFactory()
143 Keymaster1PassthroughContext::ParseKeyBlob(const KeymasterKeyBlob& blob, in ParseKeyBlob()
201 keymaster_error_t Keymaster1PassthroughContext::DeleteAllKeys() const { in DeleteAllKeys()
205 keymaster_error_t Keymaster1PassthroughContext::AddRngEntropy(const uint8_t* buf, in AddRngEntropy()
210 KeymasterEnforcement* Keymaster1PassthroughContext::enforcement_policy() { in enforcement_policy()
214 keymaster_error_t Keymaster1PassthroughContext::CreateKeyBlob( in CreateKeyBlob()
229 CertificateChain Keymaster1PassthroughContext::GenerateAttestation( in GenerateAttestation()
[all …]
/aosp12/system/keymaster/include/keymaster/contexts/
H A Dkeymaster1_passthrough_context.h36 class Keymaster1PassthroughContext : public KeymasterContext,
41 Keymaster1PassthroughContext(KmVersion version, keymaster1_device_t* dev);
/aosp12/system/keymaster/ng/
H A DAndroidKeymaster3Device.cpp512 auto context = new Keymaster1PassthroughContext(KmVersion::KEYMASTER_3, km1_device); in CreateKeymasterDevice()