Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dgic_pwd.c193 krb5_prompt_type prompt_types[sizeof(prompt)/sizeof(prompt[0])]; in krb5_get_init_creds_password() local
243 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()
H A Dt_copy_context.c93 check(c->prompt_types == NULL); in check_context()
144 ctx->prompt_types = ptypes; in main()
H A Dcopy_ctx.c76 nctx->prompt_types = NULL; in krb5_copy_context()
H A Dinit_ctx.c294 ctx->prompt_types = 0; in krb5_init_context_profile()
/freebsd/crypto/krb5/src/lib/krb5/os/
H A Dprompter.c323 context->prompt_types = types; in k5_set_prompt_types()
330 return context->prompt_types; in krb5_get_prompt_types()
/freebsd/crypto/krb5/src/include/
H A Dk5-int.h1213 krb5_prompt_type *prompt_types; member