Searched defs:protaeskeytoken (Results 1 – 1 of 1) sorted by relevance
66 struct protaeskeytoken { struct67 u8 type; /* 0x00 for PAES specific key tokens */68 u8 res0[3];69 u8 version; /* should be 0x01 for protected AES key token */70 u8 res1[3];71 u32 keytype; /* key type, one of the PKEY_KEYTYPE values */72 u32 len; /* bytes actually stored in protkey[] */73 u8 protkey[MAXPROTKEYSIZE]; /* the protected key blob */