Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 46b49f20 authored by Crystal Qin's avatar Crystal Qin Committed by Android (Google) Code Review
Browse files

Merge "Add the new key purpose to types.hal as well."

parents 3e84bebc 520cf0be
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -241,6 +241,7 @@ enum KeyPurpose : uint32_t {
    SIGN = 2,       /* Usable with RSA, EC and HMAC keys. */
    VERIFY = 3,     /* Usable with RSA, EC and HMAC keys. */
    DERIVE_KEY = 4, /* Usable with EC keys. */
    WRAP_KEY = 5,   /* Usable with wrapping keys. */
};

/**