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