Home
last modified time | relevance | path

Searched refs:authed_k4 (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/krb5/kinit/
H A Dkinit.c129 static int authed_k4 = 0; variable
1356 authed_k4 = try_convert524(&k5);
1358 if (!authed_k4)
1359 authed_k4 = k4_kinit(&opts, &k4, k5.ctx);
1366 if (authed_k4 && opts.verbose)
1372 if ((got_k5 && !authed_k5) || (got_k4 && !authed_k4) ||