Searched defs:eccprivkeytoken (Results 1 – 1 of 1) sorted by relevance
99 struct eccprivkeytoken { struct100 u8 type; /* 0x1f for internal asym key token */101 u8 version; /* should be 0x00 */102 u16 len; /* total key token length in bytes */103 u8 res1[4];104 u8 secid; /* 0x20 for ECC priv key section marker */105 u8 secver; /* section version */106 u16 seclen; /* section length */107 u8 wtype; /* wrapping method, 0x00 clear, 0x01 AES */108 u8 htype; /* hash method, 0x02 for SHA-256 */[all …]