Home
last modified time | relevance | path

Searched refs:prompt_type (Results 1 – 2 of 2) 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()