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

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

Change-Id: Ic558c16fe9a56f3a797ab4d42e8183829cd8b0af
This commit is contained in:
David Drysdale 2021-12-16 22:51:18 +00:00 committed by Automerger Merge Worker
commit 28807e5340

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;
/**