diff options
Diffstat (limited to 'security/keymint/aidl/default/RemotelyProvisionedComponent.h')
-rw-r--r-- | security/keymint/aidl/default/RemotelyProvisionedComponent.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/security/keymint/aidl/default/RemotelyProvisionedComponent.h b/security/keymint/aidl/default/RemotelyProvisionedComponent.h index 8185e26e1f..4b012bceb8 100644 --- a/security/keymint/aidl/default/RemotelyProvisionedComponent.h +++ b/security/keymint/aidl/default/RemotelyProvisionedComponent.h @@ -43,14 +43,6 @@ class RemotelyProvisionedComponent : public BnRemotelyProvisionedComponent { std::vector<uint8_t>* keysToSignMac) override; private: - // TODO(swillden): Move these into an appropriate Context class. - std::vector<uint8_t> deriveBytesFromHbk(const std::string& context, size_t numBytes) const; - std::unique_ptr<cppbor::Map> createDeviceInfo() const; - std::pair<std::vector<uint8_t>, cppbor::Array> generateBcc(); - - std::vector<uint8_t> macKey_ = deriveBytesFromHbk("Key to MAC public keys", 32); - std::vector<uint8_t> devicePrivKey_; - cppbor::Array bcc_; std::shared_ptr<::keymaster::AndroidKeymaster> impl_; }; |