Lines Matching refs:got_k4
119 static int got_k4 = 0; variable
304 fprintf(stderr, "\t-4 Kerberos 4 (%s)\n", KRB_AVAIL_STRING(got_k4));
497 if (!got_k4)
586 got_k4 = got_k4 && use_k4;
690 if (got_k4)
731 if (!got_k4)
1053 if (code == KRB5KRB_AP_ERR_V4_REPLY && got_k4)
1121 if (!got_k4)
1221 if (!got_k4 || !got_k5)
1337 got_k4 = 1;
1351 got_k4 = k4_begin(&opts, &k4);
1372 if ((got_k5 && !authed_k5) || (got_k4 && !authed_k4) ||
1373 (!got_k5 && !got_k4))