Home
last modified time | relevance | path

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

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