Searched refs:prompt_copy (Results 1 – 1 of 1) sorted by relevance
210 char *prompt_copy = NULL; in UI_dup_input_string() local213 prompt_copy = OPENSSL_strdup(prompt); in UI_dup_input_string()214 if (prompt_copy == NULL) { in UI_dup_input_string()220 return general_allocate_string(ui, prompt_copy, 1, in UI_dup_input_string()238 char *prompt_copy = NULL; in UI_dup_verify_string() local241 prompt_copy = OPENSSL_strdup(prompt); in UI_dup_verify_string()242 if (prompt_copy == NULL) { in UI_dup_verify_string()248 return general_allocate_string(ui, prompt_copy, 1, in UI_dup_verify_string()266 char *prompt_copy = NULL; in UI_dup_input_boolean() local272 prompt_copy = OPENSSL_strdup(prompt); in UI_dup_input_boolean()[all …]