Merge "Add new KeyMint curve enum" am: f4a119d3e7 am: 088bd1323f am: 28807e5340

Original change: https://android-review.googlesource.com/c/platform/hardware/libhardware/+/1907872

Change-Id: If1e0a6643892a0c045dbd079c945e59b80fbfb85
This commit is contained in:
David Drysdale 2021-12-16 23:21:25 +00:00 committed by Automerger Merge Worker
commit dc02a3e7c4

View file

@ -304,6 +304,7 @@ typedef enum {
KM_EC_CURVE_P_256 = 1,
KM_EC_CURVE_P_384 = 2,
KM_EC_CURVE_P_521 = 3,
KM_EC_CURVE_CURVE_25519 = 4,
} keymaster_ec_curve_t;
/**