am 3f3b9790
: Merge "Reduce the list of keymaster key formats to the required set."
* commit '3f3b9790739a287223cfd63bc72e6b19635dced5': Reduce the list of keymaster key formats to the required set.
This commit is contained in:
commit
cc521eada2
1 changed files with 3 additions and 4 deletions
|
@ -274,10 +274,9 @@ typedef struct {
|
|||
* In the future this list will expand greatly to accommodate asymmetric key import/export.
|
||||
*/
|
||||
typedef enum {
|
||||
KM_KEY_FORMAT_X509 = 0, /* for public key export, required */
|
||||
KM_KEY_FORMAT_PKCS8 = 1, /* for asymmetric key pair import, required */
|
||||
KM_KEY_FORMAT_PKCS12 = 2, /* for asymmetric key pair import, not required */
|
||||
KM_KEY_FORMAT_RAW = 3, /* for symmetric key import, required */
|
||||
KM_KEY_FORMAT_X509 = 0, /* for public key export */
|
||||
KM_KEY_FORMAT_PKCS8 = 1, /* for asymmetric key pair import */
|
||||
KM_KEY_FORMAT_RAW = 3, /* for symmetric key import */
|
||||
} keymaster_key_format_t;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue