Lines Matching defs:eccprivkeytoken
99 struct eccprivkeytoken { struct
100 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 */
109 u8 res2[2];
110 u8 kutc; /* key usage and translation control */
111 u8 ctype; /* curve type */
112 u8 kfs; /* key format and security */
113 u8 ksrc; /* key source */
114 u16 pbitlen; /* length of prime p in bits */
115 u16 ibmadlen; /* IBM associated data length in bytes */
116 u64 mkvp; /* master key verification pattern */
117 u8 opk[48]; /* encrypted object protection key data */
118 u16 adatalen; /* associated data length in bytes */
119 u16 fseclen; /* formatted section length in bytes */
120 u8 more_data[]; /* more data follows */