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

Commit 4c5ab8db authored by Orlando Arbildo's avatar Orlando Arbildo Committed by Gerrit Code Review
Browse files

Merge "hwcrypto: Removing batch key definition" into main

parents fb8040a8 20ad88b4
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,
    }

    /*