Merge "Add new KeyMint curve enum"
This commit is contained in:
commit
f4a119d3e7
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