Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/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 */
/kernel/linux/linux-5.10/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[]; /* the encrypted ticket */