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