Add new KeyMint curve enum

Bug: 194358913
Test: VtsAidlKeyMintTargetTest
Change-Id: I6fb21c0662f2c810a086c5146fa3caa51be9464e
This commit is contained in:
David Drysdale 2021-11-17 10:12:17 +00:00
parent da1f4e44ad
commit 635b706889

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