Searched refs:errors (Results 1 – 25 of 90) sorted by relevance
1234
/openssl-master/apps/ |
A D | srp.c | 237 int gNindex = -1, maxgN = -1, ret = 1, errors = 0, verbose = 0, i; in srp_main() local 435 errors++; in srp_main() 462 errors++; in srp_main() 492 errors++; in srp_main() 502 errors++; in srp_main() 527 errors++; in srp_main() 545 errors++; in srp_main() 570 errors++; in srp_main() 614 ret = (errors != 0); in srp_main() 616 if (errors != 0) in srp_main() [all …]
|
/openssl-master/doc/man3/ |
A D | CONF_modules_load_file.pod | 49 If B<CONF_MFLAGS_IGNORE_ERRORS> is set errors returned by individual 53 Normally any modules errors will add error information to the error queue. If 58 This is used by default in L<OPENSSL_init_crypto(3)> to ignore any errors in 85 configuration file themselves and have finer control over how errors are 91 failure. If module errors are not ignored the return code will reflect the 96 Load a configuration file and print out any errors and exit (missing file 106 tolerate missing files, but exit on other errors:
|
A D | SSL_CONF_CTX_set_flags.pod | 52 indicate errors relating to unrecognised options or missing arguments in 53 the error queue. If this option isn't set such errors are only reflected
|
A D | ERR_put_error.pod | 68 =head2 Reporting errors 128 errors: 150 Although a library will normally report errors using its own specific
|
A D | ERR_set_mark.pod | 6 - set mark, clear mark and pop errors until mark
|
/openssl-master/crypto/err/ |
A D | README.md | 13 Running make errors will then generate a file `xxx_err.c`, and 38 after this point will be overwritten when make errors is run.
|
/openssl-master/test/ |
A D | default.cnf | 3 # Comment out the next line to ignore configuration errors
|
A D | legacy.cnf | 3 # Comment out the next line to ignore configuration errors
|
A D | default-and-legacy.cnf | 3 # Comment out the next line to ignore configuration errors
|
A D | default-and-fips.cnf | 3 # Comment out the next line to ignore configuration errors
|
A D | fips-and-base.cnf | 3 # Comment out the next line to ignore configuration errors
|
A D | provider_internal_test.cnf.in | 1 # Comment out the next line to ignore configuration errors
|
A D | sysdefault.cnf | 3 # Comment out the next line to ignore configuration errors
|
A D | fips.cnf | 3 # Comment out the next line to ignore configuration errors
|
A D | property_test.c | 509 int errors = 0; in test_query_cache_stochastic() local 536 errors++; in test_query_cache_stochastic() 539 res = TEST_int_gt(errors, tail) && TEST_int_lt(errors, max - tail); in test_query_cache_stochastic()
|
A D | proxy.cnf | 4 # Comment out the next line to ignore configuration errors
|
/openssl-master/test/recipes/30-test_defltfips/ |
A D | fipsmodule.cnf | 5 conditional-errors = 1
|
/openssl-master/util/ |
A D | mkerr.pl | 28 my $errors = 0; 665 die "Found $errors errors, quitting" if $errors;
|
/openssl-master/demos/bio/ |
A D | connect.cnf | 3 # Comment out the next line to ignore configuration errors
|
A D | accept.cnf | 3 # Comment out the next line to ignore configuration errors
|
A D | cmod.cnf | 7 # Comment out the next line to ignore configuration errors
|
/openssl-master/test/ct/ |
A D | log_list.cnf | 3 # Comment out the next line to ignore configuration errors
|
/openssl-master/ |
A D | SUPPORT.md | 51 Not only errors in the software, also errors in the documentation, in
|
A D | HACKING.md | 29 folder) and errors.
|
/openssl-master/demos/certs/apps/ |
A D | apps.cnf | 10 # Comment out the next line to ignore configuration errors
|
Completed in 26 milliseconds
1234