Add new KeyMint curve enum
Bug: 194358913 Test: VtsAidlKeyMintTargetTest Change-Id: I6fb21c0662f2c810a086c5146fa3caa51be9464e
This commit is contained in:
parent
da1f4e44ad
commit
635b706889
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue