Searched defs:cipherkeytoken (Results 1 – 1 of 1) sorted by relevance
59 struct cipherkeytoken { struct60 u8 type; /* 0x01 for internal key token */61 u8 res0[1];62 u16 len; /* total key token length in bytes */63 u8 version; /* should be 0x05 */64 u8 res1[3];65 u8 kms; /* key material state, 0x03 means wrapped with MK */66 u8 kvpt; /* key verification pattern type, should be 0x01 */67 u64 mkvp0; /* master key verification pattern, lo part */68 u64 mkvp1; /* master key verification pattern, hi part (unused) */[all …]