/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | apps_ui.c | 103 static char *ui_prompt_construct(UI *ui, const char *phrase_desc, in ui_prompt_construct() argument 108 if (phrase_desc == NULL) in ui_prompt_construct() 109 phrase_desc = "pass phrase"; in ui_prompt_construct() 112 return UI_construct_prompt(NULL, phrase_desc, object_name); in ui_prompt_construct()
|
/third_party/openssl/apps/lib/ |
H A D | apps_ui.c | 103 static char *ui_prompt_construct(UI *ui, const char *phrase_desc, in ui_prompt_construct() argument 108 if (phrase_desc == NULL) in ui_prompt_construct() 109 phrase_desc = "pass phrase"; in ui_prompt_construct() 112 return UI_construct_prompt(NULL, phrase_desc, object_name); in ui_prompt_construct()
|
/third_party/node/deps/openssl/openssl/crypto/ui/ |
H A D | ui_lib.c | 356 char *UI_construct_prompt(UI *ui, const char *phrase_desc, in UI_construct_prompt() argument 362 prompt = ui->meth->ui_construct_prompt(ui, phrase_desc, object_name); in UI_construct_prompt() 369 if (phrase_desc == NULL) in UI_construct_prompt() 371 len = sizeof(prompt1) - 1 + strlen(phrase_desc); in UI_construct_prompt() 381 OPENSSL_strlcat(prompt, phrase_desc, len + 1); in UI_construct_prompt()
|
/third_party/openssl/crypto/ui/ |
H A D | ui_lib.c | 356 char *UI_construct_prompt(UI *ui, const char *phrase_desc, in UI_construct_prompt() argument 362 prompt = ui->meth->ui_construct_prompt(ui, phrase_desc, object_name); in UI_construct_prompt() 369 if (phrase_desc == NULL) in UI_construct_prompt() 371 len = sizeof(prompt1) - 1 + strlen(phrase_desc); in UI_construct_prompt() 381 OPENSSL_strlcat(prompt, phrase_desc, len + 1); in UI_construct_prompt()
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | ui.h | 147 * phrase_desc is a textual short description of the phrase to enter, 157 * "Enter {phrase_desc} for {object_name}:" 159 * So, if phrase_desc has the value "pass phrase" and object_name has 165 const char *phrase_desc, const char *object_name); 350 *phrase_desc,
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | ui.h | 147 * phrase_desc is a textual short description of the phrase to enter, 157 * "Enter {phrase_desc} for {object_name}:" 159 * So, if phrase_desc has the value "pass phrase" and object_name has 165 const char *phrase_desc, const char *object_name); 350 *phrase_desc,
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | ui.h | 147 * phrase_desc is a textual short description of the phrase to enter, 157 * "Enter {phrase_desc} for {object_name}:" 159 * So, if phrase_desc has the value "pass phrase" and object_name has 165 const char *phrase_desc, const char *object_name); 350 *phrase_desc,
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | ui.h | 147 * phrase_desc is a textual short description of the phrase to enter, 157 * "Enter {phrase_desc} for {object_name}:" 159 * So, if phrase_desc has the value "pass phrase" and object_name has 165 const char *phrase_desc, const char *object_name); 350 *phrase_desc,
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | ui.h | 147 * phrase_desc is a textual short description of the phrase to enter, 157 * "Enter {phrase_desc} for {object_name}:" 159 * So, if phrase_desc has the value "pass phrase" and object_name has 165 const char *phrase_desc, const char *object_name); 350 *phrase_desc,
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
H A D | ui.h | 147 * phrase_desc is a textual short description of the phrase to enter, 157 * "Enter {phrase_desc} for {object_name}:" 159 * So, if phrase_desc has the value "pass phrase" and object_name has 165 const char *phrase_desc, const char *object_name); 350 *phrase_desc,
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
H A D | ui.h | 147 * phrase_desc is a textual short description of the phrase to enter, 157 * "Enter {phrase_desc} for {object_name}:" 159 * So, if phrase_desc has the value "pass phrase" and object_name has 165 const char *phrase_desc, const char *object_name); 350 *phrase_desc,
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
H A D | ui.h | 147 * phrase_desc is a textual short description of the phrase to enter, 157 * "Enter {phrase_desc} for {object_name}:" 159 * So, if phrase_desc has the value "pass phrase" and object_name has 165 const char *phrase_desc, const char *object_name); 350 *phrase_desc,
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
H A D | ui.h | 147 * phrase_desc is a textual short description of the phrase to enter, 157 * "Enter {phrase_desc} for {object_name}:" 159 * So, if phrase_desc has the value "pass phrase" and object_name has 165 const char *phrase_desc, const char *object_name); 350 *phrase_desc,
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | ui.h | 147 * phrase_desc is a textual short description of the phrase to enter, 157 * "Enter {phrase_desc} for {object_name}:" 159 * So, if phrase_desc has the value "pass phrase" and object_name has 165 const char *phrase_desc, const char *object_name); 350 *phrase_desc,
|
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/ |
H A D | ui.h | 147 * phrase_desc is a textual short description of the phrase to enter, 157 * "Enter {phrase_desc} for {object_name}:" 159 * So, if phrase_desc has the value "pass phrase" and object_name has 165 const char *phrase_desc, const char *object_name); 350 *phrase_desc,
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/ |
H A D | ui.h | 147 * phrase_desc is a textual short description of the phrase to enter, 157 * "Enter {phrase_desc} for {object_name}:" 159 * So, if phrase_desc has the value "pass phrase" and object_name has 165 const char *phrase_desc, const char *object_name); 350 *phrase_desc,
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/ |
H A D | ui.h | 147 * phrase_desc is a textual short description of the phrase to enter, 157 * "Enter {phrase_desc} for {object_name}:" 159 * So, if phrase_desc has the value "pass phrase" and object_name has 165 const char *phrase_desc, const char *object_name); 350 *phrase_desc,
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/ |
H A D | ui.h | 147 * phrase_desc is a textual short description of the phrase to enter, 157 * "Enter {phrase_desc} for {object_name}:" 159 * So, if phrase_desc has the value "pass phrase" and object_name has 165 const char *phrase_desc, const char *object_name); 350 *phrase_desc,
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/ |
H A D | ui.h | 147 * phrase_desc is a textual short description of the phrase to enter, 157 * "Enter {phrase_desc} for {object_name}:" 159 * So, if phrase_desc has the value "pass phrase" and object_name has 165 const char *phrase_desc, const char *object_name); 350 *phrase_desc,
|
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/include/openssl/ |
H A D | ui.h | 147 * phrase_desc is a textual short description of the phrase to enter, 157 * "Enter {phrase_desc} for {object_name}:" 159 * So, if phrase_desc has the value "pass phrase" and object_name has 165 const char *phrase_desc, const char *object_name); 350 *phrase_desc,
|
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/include/openssl/ |
H A D | ui.h | 147 * phrase_desc is a textual short description of the phrase to enter, 157 * "Enter {phrase_desc} for {object_name}:" 159 * So, if phrase_desc has the value "pass phrase" and object_name has 165 const char *phrase_desc, const char *object_name); 350 *phrase_desc,
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/no-asm/include/openssl/ |
H A D | ui.h | 147 * phrase_desc is a textual short description of the phrase to enter, 157 * "Enter {phrase_desc} for {object_name}:" 159 * So, if phrase_desc has the value "pass phrase" and object_name has 165 const char *phrase_desc, const char *object_name); 350 *phrase_desc,
|
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm/include/openssl/ |
H A D | ui.h | 147 * phrase_desc is a textual short description of the phrase to enter, 157 * "Enter {phrase_desc} for {object_name}:" 159 * So, if phrase_desc has the value "pass phrase" and object_name has 165 const char *phrase_desc, const char *object_name); 350 *phrase_desc,
|
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm_avx2/include/openssl/ |
H A D | ui.h | 147 * phrase_desc is a textual short description of the phrase to enter, 157 * "Enter {phrase_desc} for {object_name}:" 159 * So, if phrase_desc has the value "pass phrase" and object_name has 165 const char *phrase_desc, const char *object_name); 350 *phrase_desc,
|
/third_party/node/deps/openssl/config/archs/VC-WIN32/no-asm/include/openssl/ |
H A D | ui.h | 147 * phrase_desc is a textual short description of the phrase to enter, 157 * "Enter {phrase_desc} for {object_name}:" 159 * So, if phrase_desc has the value "pass phrase" and object_name has 165 const char *phrase_desc, const char *object_name); 350 *phrase_desc,
|