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