Searched defs:authcon (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dvfy_increds.c80 krb5_auth_context authcon; local
89 authcon = NULL;
152 if ((ret = krb5_mk_req_extended(context, &authcon, 0, NULL, creds,
188 if ((ret = krb5_mk_req_extended(context, &authcon, 0, NULL, out_creds,
194 if (authcon) {
195 krb5_auth_con_free(context, authcon);
196 authcon = NULL;
201 if ((ret = krb5_rd_req(context, &authcon, &ap_req, server, keytab,
245 if (authcon)
246 krb5_auth_con_free(context, authcon);
[all...]

Completed in 96 milliseconds