Home
last modified time | relevance | path

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

/system/keymaster/contexts/
Dkeymaster2_passthrough_context.cpp25 Keymaster2PassthroughContext::Keymaster2PassthroughContext(KmVersion version, in Keymaster2PassthroughContext() function in keymaster::Keymaster2PassthroughContext
29 keymaster_error_t Keymaster2PassthroughContext::SetSystemVersion(uint32_t os_version, in SetSystemVersion()
36 void Keymaster2PassthroughContext::GetSystemVersion(uint32_t* os_version, in GetSystemVersion()
42 KeyFactory* Keymaster2PassthroughContext::GetKeyFactory(keymaster_algorithm_t algorithm) const { in GetKeyFactory()
50 Keymaster2PassthroughContext::GetOperationFactory(keymaster_algorithm_t algorithm, in GetOperationFactory()
56 Keymaster2PassthroughContext::GetSupportedAlgorithms(size_t* algorithms_count) const { in GetSupportedAlgorithms()
62 Keymaster2PassthroughContext::UpgradeKeyBlob(const KeymasterKeyBlob& key_to_upgrade, in UpgradeKeyBlob()
71 Keymaster2PassthroughContext::ParseKeyBlob(const KeymasterKeyBlob& blob, in ParseKeyBlob()
112 keymaster_error_t Keymaster2PassthroughContext::DeleteKey(const KeymasterKeyBlob& blob) const { in DeleteKey()
116 keymaster_error_t Keymaster2PassthroughContext::DeleteAllKeys() const { in DeleteAllKeys()
[all …]
/system/keymaster/include/keymaster/contexts/
Dkeymaster2_passthrough_context.h33 class Keymaster2PassthroughContext : public KeymasterContext {
35 explicit Keymaster2PassthroughContext(KmVersion version, keymaster2_device_t* dev);
/system/keymaster/ng/
DAndroidKeymaster3Device.cpp506 auto context = new Keymaster2PassthroughContext(KmVersion::KEYMASTER_3, km2_device); in CreateKeymasterDevice()