Home
last modified time | relevance | path

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

/openssl/apps/lib/
H A Dapps_ui.c104 const char *object_name) in ui_prompt_construct() argument
110 if (object_name == NULL && cb_data != NULL) in ui_prompt_construct()
111 object_name = cb_data->prompt_info; in ui_prompt_construct()
112 return UI_construct_prompt(NULL, phrase_desc, object_name); in ui_prompt_construct()
/openssl/crypto/ui/
H A Dui_lib.c357 const char *object_name) in UI_construct_prompt() argument
362 prompt = ui->meth->ui_construct_prompt(ui, phrase_desc, object_name); in UI_construct_prompt()
372 if (object_name != NULL) in UI_construct_prompt()
373 len += sizeof(prompt2) - 1 + strlen(object_name); in UI_construct_prompt()
382 if (object_name != NULL) { in UI_construct_prompt()
384 OPENSSL_strlcat(prompt, object_name, len + 1); in UI_construct_prompt()
H A Dui_local.h54 const char *object_name);
/openssl/doc/man3/
H A DUI_new.pod47 const char *phrase_desc, const char *object_name);
153 and an object name I<object_name>, where the latter may be NULL.
155 creates a string "Enter I<phrase_desc> for I<object_name>:"
156 where the " for I<object_name>" part is left out if I<object_name> is NULL.
H A DUI_create_method.pod39 *object_name));
/openssl/include/openssl/
H A Dui.h.in150 * object_name is the name of the object
158 * "Enter {phrase_desc} for {object_name}:"
160 * So, if phrase_desc has the value "pass phrase" and object_name has
166 const char *phrase_desc, const char *object_name);
329 *object_name));

Completed in 16 milliseconds