Searched refs:prompt_types (Results 1 – 6 of 6) sorted by relevance
193 krb5_prompt_type prompt_types[sizeof(prompt)/sizeof(prompt[0])]; in krb5_get_init_creds_password() local243 prompt_types[0] = KRB5_PROMPT_TYPE_NEW_PASSWORD; in krb5_get_init_creds_password()251 prompt_types[1] = KRB5_PROMPT_TYPE_NEW_PASSWORD_AGAIN; in krb5_get_init_creds_password()262 k5_set_prompt_types(context, prompt_types); in krb5_get_init_creds_password()
93 check(c->prompt_types == NULL); in check_context()144 ctx->prompt_types = ptypes; in main()
76 nctx->prompt_types = NULL; in krb5_copy_context()
294 ctx->prompt_types = 0; in krb5_init_context_profile()
323 context->prompt_types = types; in k5_set_prompt_types()330 return context->prompt_types; in krb5_get_prompt_types()
1213 krb5_prompt_type *prompt_types; member