Lines Matching refs:creds
73 const krb5_creds *creds) in krb5_error_from_rd_error() argument
83 if (creds != NULL) { in krb5_error_from_rd_error()
84 krb5_unparse_name_fixed(context, creds->client, in krb5_error_from_rd_error()
86 krb5_unparse_name_fixed(context, creds->server, in krb5_error_from_rd_error()
94 creds ? "(" : "", in krb5_error_from_rd_error()
95 creds ? clientname : "", in krb5_error_from_rd_error()
96 creds ? ")" : ""); in krb5_error_from_rd_error()
101 creds ? "(" : "", in krb5_error_from_rd_error()
102 creds ? servername : "", in krb5_error_from_rd_error()
103 creds ? ")" : ""); in krb5_error_from_rd_error()
108 creds ? "(" : "", in krb5_error_from_rd_error()
109 creds ? clientname : "", in krb5_error_from_rd_error()
110 creds ? ")" : ""); in krb5_error_from_rd_error()
115 creds ? "(" : "", in krb5_error_from_rd_error()
116 creds ? servername : "", in krb5_error_from_rd_error()
117 creds ? ")" : ""); in krb5_error_from_rd_error()