Searched defs:cipherkeytoken (Results 1 – 1 of 1) sorted by relevance
56 struct cipherkeytoken { struct57 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) */[all …]