Searched refs:authcon (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | vfy_increds.c | 87 krb5_auth_context authcon; local 92 authcon = NULL; 100 if ((ret = krb5_mk_req_extended(context, &authcon, 0, NULL, creds, 166 if ((ret = krb5_mk_req_extended(context, &authcon, 0, NULL, out_creds, 172 if (authcon) { 173 krb5_auth_con_free(context, authcon); 174 authcon = NULL; 179 if ((ret = krb5_rd_req(context, &authcon, &ap_req, server, keytab, 216 if (authcon) 217 krb5_auth_con_free(context, authcon); [all...] |
Completed in 15 milliseconds