Home
last modified time | relevance | path

Searched refs:debug (Results 1 – 25 of 58) sorted by relevance

123

/openssl/util/perl/OpenSSL/Util/
H A DPod.pm98 my %defaults = ( debug => 0, section => 0, %$defaults_ref );
107 print STDERR "DEBUG: Reading $input\n" if $defaults{debug};
130 if $defaults{debug};
142 if $defaults{debug};
144 if $defaults{debug};
154 if $defaults{debug};
162 if $defaults{debug};
170 print STDERR "DEBUG: Done reading $filename\n" if $defaults{debug};
185 if $defaults{debug};
/openssl/util/perl/OpenSSL/
H A DParseC.pm93 if $opts{debug};
106 if $opts{debug};
123 if $opts{debug};
141 if $opts{debug};
160 if $opts{debug};
180 if $opts{debug};
183 if $opts{debug};
198 if $opts{debug};
219 if $opts{debug};
234 if $opts{debug};
[all …]
H A DOrdinals.pm95 debug => $opts{debug},
474 if $self->{debug};
493 if $self->{debug};
556 if $self->{debug};
586 if $self->{debug};
H A DTest.pm110 my $debug = 0;
1150 if ($debug) {
1166 if ($debug) {
1188 if ($debug) {
1299 if ($debug) {
/openssl/util/
H A Dlang-compress.pl12 my $debug = defined $ENV{DEBUG};
57 if ($debug) {
93 if ($debug) {
109 if ($debug) {
162 if ($debug) {
H A Dfix-deprecation6 my $debug = $ENV{DEBUG};
74 if $debug;
81 if $debug;
89 if $debug;
107 if $debug;
H A Dmknum.pl27 my $debug = 0;
36 'debug' => \$debug)
45 debug => $debug);
63 debug => $debug })) {
H A Dmkerr.pl19 my $debug = 0;
35 print STDERR "\n---\n$text\n" if $debug;
88 $debug = 1;
236 if ( $debug ) {
266 print STDERR "$file:\n" if $debug;
278 print STDERR " New reason $1\n" if $debug;
282 print STDERR " Reason $1 = $rcodes{$1}\n" if $debug;
287 print STDERR "\n" if $debug;
381 print STDERR "New Reason code $i\n" if $debug;
485 print STDERR "New Reason code $i\n" if $debug;
H A Dfind-doc-nits29 my $debug = 0;
186 cluck "DEBUG[files]: This is how we got here!" if $debug;
187 print STDERR "DEBUG[files]: tags: $tags_as_key\n" if $debug;
195 if $debug;
213 if $debug;
228 if $debug;
263 if ($debug) {
557 if $debug;
572 if $debug;
607 if $debug;
[all …]
H A Dadd-depends.pl23 my $debug = $ENV{ADD_DEPENDS_DEBUG};
104 if $debug;
198 if $debug;
253 if $debug;
302 if $debug;
H A Dck_errf.pl21 my $debug = 0;
56 $debug = 1;
H A Dmkdef.pl35 my $debug = 0;
206 if $debug && $1 == 0;
/openssl/Configurations/
H A D10-main.conf183 CFLAGS => picker(debug => "-O0 -g",
200 debug => "-O0 -g",
396 CFLAGS => picker(debug => "-g -O0",
408 CFLAGS => picker(debug => "-g -O0",
420 CFLAGS => picker(debug => "-g -O0",
432 CFLAGS => picker(debug => "-g -O0",
484 CFLAGS => picker(debug => "-O0 -g",
593 CFLAGS => picker(debug => "-O0 -g",
607 CFLAGS => picker(debug => "-O0 -g",
681 debug => "-O0 -g",
[all …]
H A D50-win-hybridcrt.conf22 remove_from_flags(qr/\/MDd?\s/, add(picker(debug => "/MTd",
25 lflags => add(picker(debug => "/NODEFAULTLIB:libucrtd.lib /DEFAULTLIB:ucrtd.lib",
31 remove_from_flags(qr/\/MDd?\s/, add(picker(debug => "/MTd",
34 lflags => add(picker(debug => "/NODEFAULTLIB:libucrtd.lib /DEFAULTLIB:ucrtd.lib",
H A D50-cppbuilder.conf16 debug => "-Od -v -vi- -D_DEBUG",
30 debug => '-j"$(BDS)\lib\win32c\debug" ' .
H A D50-haiku.conf6 debug => "-g -O0",
/openssl/util/perl/TLSProxy/
H A DProxy.pm82 $debug) = @_;
83 return init($class, $filter, $execute, $cert, $debug, 0);
91 $debug) = @_;
92 return init($class, $filter, $execute, $cert, $debug, 1);
101 $debug,
124 debug => $debug,
290 if ($self->debug) {
366 if ($self->debug) {
568 sub debug subroutine
571 return $self->{debug};
/openssl/test/
H A Dtiming_load_creds.c100 int i, debug = 0, count = 100, what = 'c'; in main() local
119 debug = 1; in main()
158 if (debug) in main()
205 if (debug) in main()
H A Ddtls_mtu_test.c23 static int debug = 0; variable
76 if (debug) in mtu_test()
84 if (debug) in mtu_test()
107 if (debug) in mtu_test()
H A Dssl_old_test.c627 static int debug = 0; variable
946 debug = 0; in main()
1003 debug = 1; in main()
1616 if (debug) in main()
2036 if (debug) in doit_localhost()
2065 if (debug) in doit_localhost()
2088 if (debug) in doit_localhost()
2115 if (debug) in doit_localhost()
2315 if (debug) in doit_biopair()
2394 if (debug) in doit_biopair()
[all …]
/openssl/apps/
H A Denc.c132 int bsize = BSIZE, verbose = 0, debug = 0, olb64 = 0, nosalt = 0; in enc_main() local
228 debug = 1; in enc_main()
429 if (debug) { in enc_main()
444 if (debug) { in enc_main()
458 if (debug) { in enc_main()
471 if (debug) { in enc_main()
485 if (debug) { in enc_main()
654 if (debug) { in enc_main()
/openssl/apps/lib/
H A Dtlssrp_depr.c72 if (srp_arg->debug || srp_arg->msg || srp_arg->amp == 1) { in ssl_srp_verify_param_cb()
85 if (srp_arg->debug) in ssl_srp_verify_param_cb()
130 srp_arg->debug = c_debug; in set_up_srp_arg()
H A Dengine.c43 ENGINE *setup_engine_methods(const char *id, unsigned int methods, int debug) in setup_engine_methods() argument
60 if (debug) in setup_engine_methods()
/openssl/crypto/cms/
H A Dcms_smime.c720 int debug = 0, match_ri = 0; in CMS_decrypt_set1_pkey_and_peer() local
731 debug = ec->debug; in CMS_decrypt_set1_pkey_and_peer()
765 if (!debug) { in CMS_decrypt_set1_pkey_and_peer()
779 else if (r > 0 && (debug || cms_pkey_ri_type != CMS_RECIPINFO_TRANS)) in CMS_decrypt_set1_pkey_and_peer()
787 && !debug) { in CMS_decrypt_set1_pkey_and_peer()
886 ec->debug = (flags & CMS_DEBUG_DECRYPT) != 0; in CMS_decrypt()
/openssl/.github/workflows/
H A Dci.yml257 …run: ./config --banner=Configured --debug enable-demos enable-h3demo enable-asan enable-ubsan no-c…
283 …run: ./config --banner=Configured --debug enable-demos enable-h3demo enable-asan enable-ubsan enab…
309 …run: ./config --banner=Configured --debug -DPEDANTIC -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION en…
336 # --debug -O1 is to produce a debug build that runs in a reasonable amount of time
337 …run: CC=clang ./config --banner=Configured --debug -O1 -fsanitize=memory -DOSSL_SANITIZE_MEMORY -f…
461 …run: ./config --banner=Configured -Werror --debug no-afalgeng enable-demos enable-h3demo no-shared…
582 …run: ./config --banner=Configured --strict-warnings --debug no-afalgeng enable-rc5 enable-md2 enab…
602 grep -q "Reading symbols from.*libcrypto\.so\.3\.debug" results
615 …run: ./config --banner=Configured --strict-warnings --debug enable-external-tests && perl configda…
640 …run: ./config --banner=Configured --strict-warnings --debug enable-external-tests && perl configda…

Completed in 88 milliseconds

123