Lines Matching defs:got_k5
118 static int got_k5 = 0;
303 fprintf(stderr, "\t-5 Kerberos 5 (%s)\n", KRB_AVAIL_STRING(got_k5));
509 if (!got_k5)
585 got_k5 = got_k5 && use_k5;
601 if (!got_k5)
868 if (!got_k5)
1221 if (!got_k4 || !got_k5)
1335 got_k5 = 1;
1350 got_k5 = k5_begin(&opts, &k5, &k4);
1372 if ((got_k5 && !authed_k5) || (got_k4 && !authed_k4) ||
1373 (!got_k5 && !got_k4))