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