Home
last modified time | relevance | path

Searched refs:errors (Results 1 – 25 of 90) sorted by relevance

1234

/openssl-master/apps/
A Dsrp.c237 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 DCONF_modules_load_file.pod49 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 DSSL_CONF_CTX_set_flags.pod52 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 DERR_put_error.pod68 =head2 Reporting errors
128 errors:
150 Although a library will normally report errors using its own specific
A DERR_set_mark.pod6 - set mark, clear mark and pop errors until mark
/openssl-master/crypto/err/
A DREADME.md13 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 Ddefault.cnf3 # Comment out the next line to ignore configuration errors
A Dlegacy.cnf3 # Comment out the next line to ignore configuration errors
A Ddefault-and-legacy.cnf3 # Comment out the next line to ignore configuration errors
A Ddefault-and-fips.cnf3 # Comment out the next line to ignore configuration errors
A Dfips-and-base.cnf3 # Comment out the next line to ignore configuration errors
A Dprovider_internal_test.cnf.in1 # Comment out the next line to ignore configuration errors
A Dsysdefault.cnf3 # Comment out the next line to ignore configuration errors
A Dfips.cnf3 # Comment out the next line to ignore configuration errors
A Dproperty_test.c509 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 Dproxy.cnf4 # Comment out the next line to ignore configuration errors
/openssl-master/test/recipes/30-test_defltfips/
A Dfipsmodule.cnf5 conditional-errors = 1
/openssl-master/util/
A Dmkerr.pl28 my $errors = 0;
665 die "Found $errors errors, quitting" if $errors;
/openssl-master/demos/bio/
A Dconnect.cnf3 # Comment out the next line to ignore configuration errors
A Daccept.cnf3 # Comment out the next line to ignore configuration errors
A Dcmod.cnf7 # Comment out the next line to ignore configuration errors
/openssl-master/test/ct/
A Dlog_list.cnf3 # Comment out the next line to ignore configuration errors
/openssl-master/
A DSUPPORT.md51 Not only errors in the software, also errors in the documentation, in
A DHACKING.md29 folder) and errors.
/openssl-master/demos/certs/apps/
A Dapps.cnf10 # Comment out the next line to ignore configuration errors

Completed in 26 milliseconds

1234