mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "Add the new key purpose to types.hal as well."
This commit is contained in:
@@ -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. */
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user