Searched refs:prompt_type (Results 1 – 2 of 2) sorted by relevance
150 passphrase_dialog(char *message, int prompt_type) in passphrase_dialog() argument172 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() local331 prompt_type = PROMPT_CONFIRM; in main()333 prompt_type = PROMPT_NONE; in main()337 result = passphrase_dialog(message, prompt_type); in main()
134 passphrase_dialog(char *message, int prompt_type) in passphrase_dialog() argument159 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() local295 prompt_type = PROMPT_CONFIRM; in main()297 prompt_type = PROMPT_NONE; in main()301 result = passphrase_dialog(message, prompt_type); in main()