Lines Matching defs:prompt
112 * 1. It constructs a prompt on its own, based on |prompt_info|.
122 char *prompt = NULL, *ipass = NULL, *vpass = NULL;
143 /* Get an application constructed prompt */
144 prompt = UI_construct_prompt(ui, "pass phrase", prompt_info);
145 if (prompt == NULL) {
150 /* Get a buffer for verification prompt */
157 prompt_idx = UI_add_input_string(ui, prompt,
166 /* Get a buffer for verification prompt */
172 verify_idx = UI_add_verify_string(ui, prompt,
204 OPENSSL_free(prompt);