Lines Matching defs:credentials
81 struct credentials { struct
82 char service[ANAME_SZ]; /* Service name */
83 char instance[INST_SZ]; /* Instance */
84 char realm[REALM_SZ]; /* Auth domain */
85 char session[8]; /* Session key */
86 int lifetime; /* Lifetime */
87 int kvno; /* Key version number */
88 struct ktext ticket_st; /* The ticket itself */
89 int32_t issue_date; /* The issue time */
90 char pname[ANAME_SZ]; /* Principal's name */
91 char pinst[INST_SZ]; /* Principal's instance */