Home | History | Annotate | Download | only in hardware

Lines Matching full:usable

77     KM_TAG_BOOTLOADER_ONLY = KM_BOOL | 302,         /* Usable only by bootloader */
101 KM_TAG_NO_AUTH_REQUIRED = KM_BOOL | 503, /* If key is usable without authentication. */
117 KM_TAG_ALL_APPLICATIONS = KM_BOOL | 600, /* Specified to indicate key is usable by all
174 /* Unauthenticated modes, usable only for encryption/decryption and not generally recommended
180 /* Authenticated modes, usable for encryption/decryption and signing/verification. Recommended
274 KM_PURPOSE_ENCRYPT = 0, /* Usable with RSA, EC and AES keys. */
275 KM_PURPOSE_DECRYPT = 1, /* Usable with RSA, EC and AES keys. */
276 KM_PURPOSE_SIGN = 2, /* Usable with RSA, EC and HMAC keys. */
277 KM_PURPOSE_VERIFY = 3, /* Usable with RSA, EC and HMAC keys. */
278 KM_PURPOSE_DERIVE_KEY = 4, /* Usable with EC keys. */