Searched refs:opt_printf_stderr (Results 1 – 11 of 11) sorted by relevance
| /freebsd/crypto/openssl/apps/lib/ |
| H A D | opt.c | 226 opt_printf_stderr("%s: Internal error: duplicate option %s\n", in opt_init() 267 opt_printf_stderr("%s: Bad format \"%s\"; must be one of: ", prog, s); in opt_format_error() 270 opt_printf_stderr(" %s", ap->name); in opt_format_error() 271 opt_printf_stderr("\n"); in opt_format_error() 281 opt_printf_stderr("%s: Bad format \"%s\"\n", prog, s); in opt_format() 360 opt_printf_stderr("%s: Bad format \"%s\"\n", prog, s); in opt_format() 437 opt_printf_stderr("%s: Unknown option or cipher: %s\n", prog, name); in opt_cipher_any() 453 opt_printf_stderr("%s XTS ciphers not supported\n", prog); in opt_cipher() 455 opt_printf_stderr("%s: AEAD ciphers not supported\n", prog); in opt_cipher() 496 opt_printf_stderr("%s: Unknown option or message digest: %s\n", in opt_md() [all …]
|
| H A D | app_provider.c | 40 opt_printf_stderr("%s: unable to load provider %s\n" in app_provider_load() 95 opt_printf_stderr("%s: malformed '-provparam' option value: '%s'\n", in opt_provider_param() 121 opt_printf_stderr("%s: malformed '-provparam' option value: '%s'\n", in opt_provider_param() 129 opt_printf_stderr("%s: Error setting provider '%s' parameter '%s'\n", in opt_provider_param() 132 opt_printf_stderr("%s: No provider named '%s' is loaded\n", in opt_provider_param()
|
| H A D | app_libctx.c | 39 opt_printf_stderr("Failed to create null provider\n"); in app_create_libctx() 45 opt_printf_stderr("Failed to create library context\n"); in app_create_libctx()
|
| H A D | apps_opt_printf.c | 15 int opt_printf_stderr(const char *fmt, ...) in opt_printf_stderr() function
|
| /freebsd/crypto/openssl/test/testutil/ |
| H A D | provider.c | 24 opt_printf_stderr("Failed to create libctx\n"); in test_get_libctx() 31 opt_printf_stderr("Failed to load null provider into default libctx\n"); in test_get_libctx() 37 opt_printf_stderr("Error loading config from file %s\n", config_file); in test_get_libctx() 43 opt_printf_stderr("Failed to load provider %s\n", module_name); in test_get_libctx()
|
| H A D | options.c | 68 int opt_printf_stderr(const char *fmt, ...) in opt_printf_stderr() function
|
| /freebsd/crypto/openssl/test/ |
| H A D | bio_prefix_text.c | 61 int opt_printf_stderr(const char *fmt, ...) in opt_printf_stderr() function
|
| H A D | pairwise_fail_test.c | 207 opt_printf_stderr("Failed to load config\n"); in setup_tests()
|
| H A D | provider_status_test.c | 245 opt_printf_stderr("Failed to load config\n"); in setup_tests()
|
| /freebsd/crypto/openssl/apps/include/ |
| H A D | opt.h | 435 int opt_printf_stderr(const char *fmt, ...);
|
| /freebsd/crypto/openssl/apps/ |
| H A D | cmp.c | 2766 opt_printf_stderr("Non-positive number \"%ld\" for config option -%s\n", in read_config() 2771 opt_printf_stderr("Negative number \"%ld\" for config option -%s\n", in read_config()
|