Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dgic_pwd.c176 krb5_prompt_type prompt_types[sizeof(prompt)/sizeof(prompt[0])]; in __krb5_get_init_creds_password() local
336 prompt_types[0] = KRB5_PROMPT_TYPE_NEW_PASSWORD; in __krb5_get_init_creds_password()
341 prompt_types[1] = KRB5_PROMPT_TYPE_NEW_PASSWORD_AGAIN; in __krb5_get_init_creds_password()
350 krb5int_set_prompt_types(context, prompt_types); in __krb5_get_init_creds_password()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dprompter.c319 context->prompt_types = types; in krb5int_set_prompt_types()
326 return context->prompt_types; in krb5_get_prompt_types()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dinit_ctx.c520 ctx->prompt_types = 0; in init_common()
858 nctx->prompt_types = NULL; in krb5_copy_context()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h1548 krb5_prompt_type *prompt_types; member