Searched refs:INIT_KT (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/krb5/kinit/
H A Dkinit.c134 typedef enum { INIT_PW, INIT_KT, RENEW, VALIDATE } action_type; enumerator in enum:__anon697
447 opts->action = INIT_KT;
574 (opts->action == INIT_KT) || (opts->action == RENEW))
640 if (opts->action == INIT_KT) {
751 if (opts->action == INIT_KT) {
990 if ((opts->action == INIT_KT) && opts->keytab_name)
1019 case INIT_KT:
1040 case INIT_KT:
1087 } else if ((opts->action == INIT_KT) || (opts->action == INIT_PW)) {
1174 case INIT_KT
[all...]

Completed in 46 milliseconds