Searched refs:INIT_KT (Results 1 – 1 of 1) sorted by relevance
81 typedef enum { INIT_PW, INIT_KT, RENEW, VALIDATE } action_type; enumerator303 opts->action = INIT_KT; in parse_options()396 opts->action != INIT_KT) { in parse_options()397 opts->action = INIT_KT; in parse_options()484 } else if (opts->action == INIT_KT && opts->use_client_keytab) { in k5_begin()499 } else if (opts->action == INIT_KT) { in k5_begin()694 if (opts->action == INIT_KT && opts->keytab_name != NULL) { in k5_kinit()716 } else if (opts->action == INIT_KT && opts->use_client_keytab) { in k5_kinit()755 case INIT_KT: in k5_kinit()774 case INIT_KT: in k5_kinit()[all …]