Lines Matching refs:Keymaster2PassthroughContext

25 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()
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()
144 keymaster_error_t Keymaster2PassthroughContext::UnwrapKey( in UnwrapKey()