Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/contrib/
H A Dgnome-ssh-askpass2.c150 passphrase_dialog(char *message, int prompt_type) in passphrase_dialog() argument
172 switch (prompt_type) { in passphrase_dialog()
201 if (prompt_type == PROMPT_ENTRY || prompt_type == PROMPT_NONE) { in passphrase_dialog()
212 if (prompt_type == PROMPT_ENTRY) { in passphrase_dialog()
273 if (prompt_type == PROMPT_ENTRY) { in passphrase_dialog()
319 int result, prompt_type = PROMPT_ENTRY; in main() local
331 prompt_type = PROMPT_CONFIRM; in main()
333 prompt_type = PROMPT_NONE; in main()
337 result = passphrase_dialog(message, prompt_type); in main()
H A Dgnome-ssh-askpass3.c134 passphrase_dialog(char *message, int prompt_type) in passphrase_dialog() argument
159 switch (prompt_type) { in passphrase_dialog()
188 if (prompt_type == PROMPT_ENTRY || prompt_type == PROMPT_NONE) { in passphrase_dialog()
199 if (prompt_type == PROMPT_ENTRY) { in passphrase_dialog()
242 if (prompt_type == PROMPT_ENTRY) { in passphrase_dialog()
283 int result, prompt_type = PROMPT_ENTRY; in main() local
295 prompt_type = PROMPT_CONFIRM; in main()
297 prompt_type = PROMPT_NONE; in main()
301 result = passphrase_dialog(message, prompt_type); in main()
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dpreauth_sam2.c96 krb5_prompt_type prompt_type; in sam2_process() local
184 prompt_type = KRB5_PROMPT_TYPE_PREAUTH; in sam2_process()
185 k5_set_prompt_types(context, &prompt_type); in sam2_process()
H A Dgic_pwd.c27 krb5_prompt_type prompt_type; in krb5_get_as_key_password() local
83 prompt_type = KRB5_PROMPT_TYPE_PASSWORD; in krb5_get_as_key_password()
86 k5_set_prompt_types(context, &prompt_type); in krb5_get_as_key_password()
H A Dpreauth_otp.c480 krb5_prompt_type prompt_type = KRB5_PROMPT_TYPE_PREAUTH; in doprompt() local
493 k5_set_prompt_types(context, &prompt_type); in doprompt()
/freebsd/crypto/krb5/src/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c1362 krb5_prompt_type prompt_type; in get_key_cb() local
1384 prompt_type = KRB5_PROMPT_TYPE_PREAUTH; in get_key_cb()
1387 k5int_set_prompt_types(data->context, &prompt_type); in get_key_cb()
3456 krb5_prompt_type prompt_type; in pkinit_login() local
3485 prompt_type = KRB5_PROMPT_TYPE_PREAUTH; in pkinit_login()
3488 k5int_set_prompt_types(context, &prompt_type); in pkinit_login()
4105 krb5_prompt_type prompt_type; in pkinit_get_certs_pkcs12() local
4148 prompt_type = KRB5_PROMPT_TYPE_PREAUTH; in pkinit_get_certs_pkcs12()
4150 k5int_set_prompt_types(context, &prompt_type); in pkinit_get_certs_pkcs12()