Lines Matching defs:cipherkeytoken
56 struct cipherkeytoken { struct
57 u8 type; /* 0x01 for internal key token */
58 u8 res0[1];
59 u16 len; /* total key token length in bytes */
60 u8 version; /* should be 0x05 */
61 u8 res1[3];
62 u8 kms; /* key material state, 0x03 means wrapped with MK */
63 u8 kvpt; /* key verification pattern type, should be 0x01 */
64 u64 mkvp0; /* master key verification pattern, lo part */
65 u64 mkvp1; /* master key verification pattern, hi part (unused) */
66 u8 eskwm; /* encrypted section key wrapping method */
67 u8 hashalg; /* hash algorithmus used for wrapping key */
68 u8 plfver; /* pay load format version */
69 u8 res2[1];
70 u8 adsver; /* associated data section version */
71 u8 res3[1];
95 /* Some defines for the CCA AES cipherkeytoken kmf1 field */ argument