Home
last modified time | relevance | path

Searched refs:title (Results 1 – 20 of 20) sorted by relevance

/openssl/test/recipes/
H A D25-test_verify_store.t102 my $title = shift;
104 ok(run(app([qw(openssl verify), @_])), $title);
108 my $title = shift;
110 ok(run(app([qw(openssl req), @_])), $title);
114 my $title = shift;
116 ok(run(app([qw(openssl x509), @_])), $title);
H A D81-test_cmp_cli.t60 my $title = $$_[0];
64 $title);
69 my $title = $$_[0];
87 $title);
H A D80-test_cmp_http.t129 my $title = shift;
136 unless (is(my $actual_result = run($cmd), $expected_result, $title)) {
140 print $faillog "$server_name $aspect \"$title\" ($i/$n)".
257 my $title = $fields[$description];
261 push @result, [$title, \@fields, $expected_result];
H A D80-test_ocsp.t30 my $title = shift;
51 $title); });
H A D25-test_req.t357 my $title = shift;
360 subtest $title => sub {
/openssl/test/
H A Dpkits-test.pl763 my ( $tnum, $title ) = @$_;
764 print "$tnum $title\n" if $verbose;
767 my ( $tnum, $title, $exp_ret ) = @$_;
768 my $filename = $title;
793 print "$tnum $title : Failed!\n";
803 my ( $tnum, $title, $exargs, $exp_epol, $exp_aset, $exp_uset, $exp_ret )
805 my $filename = $title;
887 print "$tnum $title : Failed!\n";
H A Dprovider_status_test.c49 const char *title, int corrupt) in self_test_events() argument
57 BIO_printf(bio_out, "\n%s\n", title); in self_test_events()
/openssl/crypto/x509/
H A Dv3_prn.c139 int X509V3_extensions_print(BIO *bp, const char *title, in X509V3_extensions_print() argument
148 if (title) { in X509V3_extensions_print()
149 BIO_printf(bp, "%*s%s:\n", indent, "", title); in X509V3_extensions_print()
/openssl/test/testutil/
H A Ddriver.c253 void set_test_title(const char *title) in set_test_title() argument
256 test_title = title == NULL ? NULL : strdup(title); in set_test_title()
H A Dtu_local.h53 void set_test_title(const char *title);
/openssl/external/perl/Text-Template-1.56/
H A DREADME12 Dear {$title} {$lastname},
/openssl/apps/include/
H A Dapps.h102 void print_name(BIO *out, const char *title, const X509_NAME *nm);
/openssl/apps/lib/
H A Dapps.c1255 void print_name(BIO *out, const char *title, const X509_NAME *nm) in print_name() argument
1264 if (title != NULL) in print_name()
1265 BIO_puts(out, title); in print_name()
1304 void print_array(BIO *out, const char *title, int len, const unsigned char *d) in print_array() argument
1308 BIO_printf(out, "unsigned char %s[%d] = {", title, len); in print_array()
/openssl/crypto/objects/
H A Dobj_mac.num107 title 106
H A Dobjects.txt773 X509 12 : title : title
/openssl/doc/man3/
H A DOSSL_PARAM.pod289 to have more than just the section title.
/openssl/Configurations/
H A Dwindows-makefile.tmpl729 my $title = basename($args{src}, ".html");
733 "\$(PERL)" "\$(SRCDIR)/util/mkpod2html.pl" -i "$pod" -o \$\@ -t "$title" -r "\$(SRCDIR)/doc"
H A Ddescrip.mms.tmpl958 my $title = basename($args{src}, ".html");
964 \$(PERL) $mkpod2html -i $pod -o \$\@ -t "$title" -r "$srcdoc"
H A Dunix-Makefile.tmpl1552 my $title = basename($args{src}, ".html");
1556 \$(PERL) \$(SRCDIR)/util/mkpod2html.pl -i "$pod" -o \$\@ -t "$title" -r "\$(SRCDIR)/doc"
/openssl/include/openssl/
H A Dx509v3.h.in712 int X509V3_extensions_print(BIO *out, const char *title,

Completed in 57 milliseconds