Home
last modified time | relevance | path

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

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