Home
last modified time | relevance | path

Searched defs:rxkad_key (Results 1 – 1 of 1) sorted by relevance

/linux/include/keys/
H A Drxrpc-type.h24 struct rxkad_key { struct
25 u32 vice_id;
26 u32 start; /* time at which ticket starts */
27 u32 expiry; /* time at which ticket expires */
28 u32 kvno; /* key version number */
29 u8 primary_flag; /* T if key for primary cell for this user */
30 u16 ticket_len; /* length of ticket[] */
31 u8 session_key[8]; /* DES session key */
32 u8 ticket[]; /* the encrypted ticket */