Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 20ad88b4 authored by Orlando Arbildo's avatar Orlando Arbildo
Browse files

hwcrypto: Removing batch key definition

Removing BATCH_KEY from aidl definitions
because it will not be needed for the
current use cases and will complicate
implementations of the API.

Bug: 284152719
Test: qemu android build
Change-Id: I0f80032d2bc64e1476cec55655bcf51f0b3c5a4e
parent d34cb3bb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -44,7 +44,6 @@ interface IHwCryptoKey {
  android.hardware.security.see.hwcrypto.IOpaqueKey getKeyslotData(android.hardware.security.see.hwcrypto.IHwCryptoKey.KeySlot slotId);
  enum DeviceKeyId {
    DEVICE_BOUND_KEY,
    BATCH_KEY,
  }
  enum KeySlot {
    KEYMINT_SHARED_HMAC_KEY,
+0 −4
Original line number Diff line number Diff line
@@ -35,10 +35,6 @@ interface IHwCryptoKey {
         * This is a key unique to the device.
         */
        DEVICE_BOUND_KEY,
        /*
         * This is a shared by a set of devices.
         */
        BATCH_KEY,
    }

    /*