Searched defs:protaeskeytoken (Results 1 – 1 of 1) sorted by relevance
48 struct protaeskeytoken { struct49 u8 type; /* 0x00 for PAES specific key tokens */50 u8 res0[3];51 u8 version; /* should be 0x01 for protected key token */52 u8 res1[3];53 u32 keytype; /* key type, one of the PKEY_KEYTYPE values */54 u32 len; /* bytes actually stored in protkey[] */55 u8 protkey[MAXPROTKEYSIZE]; /* the protected key blob */