summaryrefslogtreecommitdiff
path: root/security/keymint/aidl/default/RemotelyProvisionedComponent.h
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2021-04-19 22:04:32 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-04-19 22:04:32 +0000
commited54acfbff499fedf179910cb43a4c0f91d902e9 (patch)
tree09c99105119098ac95063f77d67f3753c1b82bf6 /security/keymint/aidl/default/RemotelyProvisionedComponent.h
parent4b84c912a006f6614dc82da69c2c19850db2e05e (diff)
parent4190509ed6fd13262daaaf783415306dfa30a313 (diff)
Merge "Adding getHardwareInfo to IRPC"
Diffstat (limited to 'security/keymint/aidl/default/RemotelyProvisionedComponent.h')
-rw-r--r--security/keymint/aidl/default/RemotelyProvisionedComponent.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/keymint/aidl/default/RemotelyProvisionedComponent.h b/security/keymint/aidl/default/RemotelyProvisionedComponent.h
index 4b012bceb8..ff54d0406f 100644
--- a/security/keymint/aidl/default/RemotelyProvisionedComponent.h
+++ b/security/keymint/aidl/default/RemotelyProvisionedComponent.h
@@ -32,6 +32,8 @@ class RemotelyProvisionedComponent : public BnRemotelyProvisionedComponent {
explicit RemotelyProvisionedComponent(std::shared_ptr<keymint::AndroidKeyMintDevice> keymint);
virtual ~RemotelyProvisionedComponent();
+ ScopedAStatus getHardwareInfo(RpcHardwareInfo* info) override;
+
ScopedAStatus generateEcdsaP256KeyPair(bool testMode, MacedPublicKey* macedPublicKey,
std::vector<uint8_t>* privateKeyHandle) override;