Merge "Add new KeyMint curve enum"

This commit is contained in:
David Drysdale 2021-12-16 10:18:10 +00:00 committed by Gerrit Code Review
commit f4a119d3e7

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