Home | History | Annotate | Download | only in pam_krb5

Lines Matching defs:auth_context

1016 	krb5_auth_context auth_context = NULL;
1025 auth_context = NULL;
1026 retval = krb5_mk_req(context, &auth_context, 0, service, phost,
1028 if (auth_context) {
1029 krb5_auth_con_free(context, auth_context);
1030 auth_context = NULL; /* setup for rd_req */
1042 retval = krb5_rd_req(context, &auth_context, &packet, princ, NULL,
1057 if (auth_context) {
1058 krb5_auth_con_free(context, auth_context);
1059 auth_context = NULL; /* setup for rd_req */