/openssl/test/recipes/ |
H A D | 25-test_verify_store.t | 102 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 D | 81-test_cmp_cli.t | 60 my $title = $$_[0]; 64 $title); 69 my $title = $$_[0]; 87 $title);
|
H A D | 80-test_cmp_http.t | 144 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 D | 80-test_ocsp.t | 31 my $title = shift; 52 $title); });
|
H A D | 25-test_req.t | 416 my $title = shift; 419 subtest $title => sub {
|
/openssl/test/ |
H A D | pkits-test.pl | 763 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 D | json_test.c | 73 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 D | provider_status_test.c | 50 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 D | quic_qlog_test.c | 90 qti.title = "test title"; in test_qlog()
|
H A D | quic_multistream_test.c | 680 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 D | v3_prn.c | 139 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 D | qlog.c | 68 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 D | quic_impl.c | 4197 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 D | driver.c | 256 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 D | tu_local.h | 53 void set_test_title(const char *title);
|
/openssl/doc/man3/ |
H A D | OSSL_ITEM.pod | 31 to have more than just the section title.
|
H A D | OSSL_DISPATCH.pod | 57 to have more than just the section title.
|
H A D | OSSL_CALLBACK.pod | 52 to have more than just the section title.
|
H A D | OSSL_ALGORITHM.pod | 125 to have more than just the section title.
|
/openssl/include/internal/ |
H A D | qlog.h | 33 const char *title, *description, *group_id; member
|
H A D | quic_ssl.h | 143 int ossl_quic_set_diag_title(SSL_CTX *ctx, const char *title);
|
/openssl/external/perl/Text-Template-1.56/ |
H A D | README | 12 Dear {$title} {$lastname},
|
/openssl/apps/include/ |
H A D | apps.h | 107 void print_name(BIO *out, const char *title, const X509_NAME *nm);
|
/openssl/apps/lib/ |
H A D | apps.c | 1328 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 D | obj_mac.num | 107 title 106
|