Home
last modified time | relevance | path

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

12

/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.t144 my $title = shift;
151 unless (is(my $actual_result = run($cmd), $expected_result, $title)) {
155 print $faillog "$server_name $aspect \"$title\" ($i/$n)".
278 my $title = $fields[$description];
283 push @result, [$title, \@fields, $expected_result];
H A D80-test_ocsp.t30 my $title = shift;
51 $title); });
H A D25-test_req.t366 my $title = shift;
369 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 Djson_test.c73 const char *name, *title; member
128 #define BEGIN_SCRIPT(name, title, flags) \ argument
132 static const char script_title[] = #title; \
553 TEST_info("running script '%s' (%s)", info->name, info->title); in run_script()
H A Dprovider_status_test.c50 const char *title, int corrupt) in self_test_events() argument
58 BIO_printf(bio_out, "\n%s\n", title); in self_test_events()
H A Dquic_qlog_test.c90 qti.title = "test title"; in test_qlog()
H A Dquic_multistream_test.c680 char title[128]; in helper_init() local
787 BIO_snprintf(title, sizeof(title), "quic_multistream_test: %s", script_name); in helper_init()
788 if (!TEST_true(ossl_quic_set_diag_title(h->c_ctx, title))) in helper_init()
/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/ssl/quic/
H A Dqlog.c68 if (info->title != NULL in ossl_qlog_new()
69 && (qlog->info.title = OPENSSL_strdup(info->title)) == NULL) in ossl_qlog_new()
96 OPENSSL_free((char *)qlog->info.title); in ossl_qlog_new()
167 OPENSSL_free((char *)qlog->info.title); in ossl_qlog_free()
291 write_str_once(qlog, "title", (char **)&qlog->info.title); in qlog_event_seq_header()
H A Dquic_impl.c4197 int ossl_quic_set_diag_title(SSL_CTX *ctx, const char *title) in ossl_quic_set_diag_title() argument
4203 if (title == NULL) in ossl_quic_set_diag_title()
4206 if ((ctx->qlog_title = OPENSSL_strdup(title)) == NULL) in ossl_quic_set_diag_title()
/openssl/test/testutil/
H A Ddriver.c256 void set_test_title(const char *title) in set_test_title() argument
259 test_title = title == NULL ? NULL : strdup(title); in set_test_title()
H A Dtu_local.h53 void set_test_title(const char *title);
/openssl/doc/man3/
H A DOSSL_ITEM.pod31 to have more than just the section title.
H A DOSSL_DISPATCH.pod57 to have more than just the section title.
H A DOSSL_CALLBACK.pod52 to have more than just the section title.
H A DOSSL_ALGORITHM.pod125 to have more than just the section title.
/openssl/include/internal/
H A Dqlog.h33 const char *title, *description, *group_id; member
H A Dquic_ssl.h143 int ossl_quic_set_diag_title(SSL_CTX *ctx, const char *title);
/openssl/external/perl/Text-Template-1.56/
H A DREADME12 Dear {$title} {$lastname},
/openssl/apps/include/
H A Dapps.h107 void print_name(BIO *out, const char *title, const X509_NAME *nm);
/openssl/apps/lib/
H A Dapps.c1328 void print_name(BIO *out, const char *title, const X509_NAME *nm) in print_name() argument
1337 if (title != NULL) in print_name()
1338 BIO_puts(out, title); in print_name()
1377 void print_array(BIO *out, const char *title, int len, const unsigned char *d) in print_array() argument
1381 BIO_printf(out, "unsigned char %s[%d] = {", title, len); in print_array()
/openssl/crypto/objects/
H A Dobj_mac.num107 title 106

Completed in 117 milliseconds

12