/openssl/crypto/perlasm/ |
H A D | riscv.pm | 284 my $template = 0b0011101_00000_00000_000_00000_0110011; 294 my $template = 0b0011111_00000_00000_000_00000_0110011; 304 my $template = 0b0011001_00000_00000_000_00000_0110011; 314 my $template = 0b0011011_00000_00000_000_00000_0110011; 324 my $template = 0b001100000000_00000_001_00000_0010011; 333 my $template = 0b00110001_0000_00000_001_00000_0010011; 343 my $template = 0b0111111_00000_00000_000_00000_0110011; 352 my $template = 0b011010000111_00000_101_00000_0010011; 355 return ".word ".($template | ($rs << 15) | ($rd << 7)); 381 my $template = 0b011010111000_00000_101_00000_0010011; [all …]
|
/openssl/Configurations/ |
H A D | 50-nonstop.conf | 5 template => 1, 52 template => 1, 63 template => 1, 74 template => 1, 85 template => 1, 94 template => 1, 103 template => 1, 113 template => 1, 118 template => 1, 123 template => 1, [all …]
|
H A D | 00-base-templates.conf | 4 template => 1, 43 template => 1, 76 template => 1, 134 template => 1, 185 template => 1,
|
H A D | 10-main.conf | 214 template => 1, 223 template => 1, 232 template => 1, 383 template => 1, 470 template => 1, 1355 template => 1, 1523 template => 1, 1565 template => 1, 1604 template => 1, 1700 template => 1, [all …]
|
H A D | 50-haiku.conf | 3 template => 1,
|
/openssl/external/perl/Text-Template-1.56/t/ |
H A D | basic.t | 41 ok(defined $template) or diag $Text::Template::ERROR; 55 my $text = $template->fill_in('package' => 'X'); 59 $text = $template->fill_in('package' => 'Y'); 70 ok defined $template or diag $Text::Template::ERROR; 73 $text = $template->fill_in('package' => 'X'); 77 $text = $template->fill_in('package' => 'Y'); 83 $template = Text::Template->new( 94 $text = $template->fill_in('package' => 'X'); 98 $text = $template->fill_in('package' => 'Y'); 157 $text = $template->fill_in('package' => 'X'); [all …]
|
H A D | hash.t | 12 my $template = 'We will put value of $v (which is "good") here -> {$v}'; 20 $template = Text::Template->new('type' => 'STRING', 'source' => $template); 21 isa_ok $template, 'Text::Template'; 25 my $text = $template->fill_in(HASH => $vars); 33 $text = $template->fill_in(HASH => $vars); 38 $text = $template->fill_in(HASH => $vars, PACKAGE => 'Q'); 46 $text = $template->fill_in(HASH => $vars); 57 my $template = Text::Template->new('type' => 'STRING', 'source' => $template8); 58 my $text = $template->fill_in(HASH => { 'v' => undef }); 68 $text = $template->fill_in(HASH => [ { 'v' => 17 }, { 'v' => undef } ]);
|
H A D | warnings.t | 23 my $template = <<'EOT'; 31 $template = Text::Template->new(type => 'STRING', source => $template); 32 isa_ok $template, 'Text::Template'; 34 my $result = $template->fill_in(HASH => { good => 'good' }); 40 $template = Text::Template->new(type => 'STRING', package => 'MY', source => ''); 41 $template->fill_in(package => 'MY', hash => { include => sub { 'XX' } }); 43 $template = Text::Template->new(type => 'STRING', package => 'MY', source => ''); 44 $template->fill_in(package => 'MY', hash => { include => sub { 'XX' } });
|
H A D | safe3.t | 20 my $template = q{ 37 $template = Text::Template->new( 39 source => $template, 48 my $text = $template->fill_in() 68 my $template = q{{$OUT = 'x'}y{$OUT .= 'z'}}; 73 source => $template);
|
H A D | delimiters.t | 15 my $template = q{The value of $V is <<$V>>.}; 19 SOURCE => $template, 27 $template1 = Text::Template->new(TYPE => 'STRING', SOURCE => $template); 33 $template = q{The value of $V is [$V].}; 36 SOURCE => $template, 44 $template1 = Text::Template->new(TYPE => 'STRING', SOURCE => $template);
|
H A D | taint.t | 30 my $template = 'The value of $n is {$n}.'; 33 print $fh $template, "\n"; 91 my $ttemplate = $template; 94 should_be_clean($template); 97 should_work TYPE => 'string', SOURCE => $template; 98 should_work TYPE => 'string', SOURCE => $template, UNTAINT => 1; 101 my $array = [$template];
|
H A D | out.t | 28 my $template = Text::Template->new('type' => 'STRING', 'source' => $templateIN); 29 isa_ok $template, 'Text::Template'; 35 my $text = $template->fill_in();
|
H A D | safe.t | 105 my $template = q{{$x=1}{$x+1}}; 107 $template1 = Text::Template->new('type' => 'STRING', 'source' => $template); 110 $template2 = Text::Template->new('type' => 'STRING', 'source' => $template);
|
H A D | ofh.t | 13 my $template = Text::Template->new( 19 my $text = $template->fill_in(OUTPUT => $of);
|
/openssl/crypto/store/ |
H A D | store_register.c | 218 template.scheme = scheme; in ossl_store_get0_loader_int() 219 template.open = NULL; in ossl_store_get0_loader_int() 220 template.load = NULL; in ossl_store_get0_loader_int() 221 template.eof = NULL; in ossl_store_get0_loader_int() 222 template.closefn = NULL; in ossl_store_get0_loader_int() 223 template.open_ex = NULL; in ossl_store_get0_loader_int() 250 template.scheme = scheme; in ossl_store_unregister_loader_int() 251 template.open = NULL; in ossl_store_unregister_loader_int() 252 template.load = NULL; in ossl_store_unregister_loader_int() 253 template.eof = NULL; in ossl_store_unregister_loader_int() [all …]
|
/openssl/external/perl/Text-Template-1.56/ |
H A D | README | 5 filling in templates generally. A `template' is a piece of text that 7 `fill in' a template, you evaluate the little programs and replace 10 Here's an example of a template: 24 The result of filling in this template is a string, which might look 39 You can store a template in a file outside your program. People can 40 modify the template without modifying the program. You can separate 42 parts of the program into the template. That prevents code bloat and 45 You can fill in the template in a `Safe' compartment. This means that 46 if you don't trust the person who wrote the code in the template, you
|
H A D | META.yml | 2 abstract: 'Expand template text with embedded Perl' 41 bugtracker: https://github.com/mschout/perl-text-template/issues 42 homepage: https://github.com/mschout/perl-text-template 43 repository: https://github.com/mschout/perl-text-template.git
|
H A D | Changes | 18 - Add support for decoding template files via ENCODING constructor arg 30 - Turn off strict+warnings in sections where template code is eval'ed 36 https://github.com/mschout/perl-text-template/issues/8). Will revisit 159 line number of the template at which the error occurred: 161 Illegal division by zero at template line 37. 177 line number of the template at which the error occurred: 179 Illegal division by zero at template line 37. 202 beginning of every program fragment in a template, either per template, 240 - Fragments may now output data directly to the template, rather than 287 - Better support for filling out the same template more than once [all …]
|
/openssl/ssl/quic/ |
H A D | quic_tls.c | 70 OSSL_RECORD_TEMPLATE template; member 237 OSSL_RECORD_TEMPLATE *template, in quic_write_records() argument 259 ? template->type in quic_write_records() 270 dummyrec[4] = (unsigned char)(template->buflen & 0xff); in quic_write_records() 277 &template->type, 1, rl->cbarg); in quic_write_records() 281 switch (template->type) { in quic_write_records() 283 if (template->buflen != 2) { in quic_write_records() 296 alert = template->buf[1]; in quic_write_records() 320 if (consumed + rl->written != template->buflen) { in quic_write_records() 333 rl->template = *template; in quic_write_records() [all …]
|
/openssl/crypto/aes/asm/ |
H A D | aes-riscv32-zkn.pl | 125 my $template = 0b00_10101_00000_00000_000_00000_0110011; 131 return ".word ".($template | ($bs << 30) | ($rs2 << 20) | ($rs1 << 15) | ($rd << 7)); 137 my $template = 0b00_10111_00000_00000_000_00000_0110011; 143 return ".word ".($template | ($bs << 30) | ($rs2 << 20) | ($rs1 << 15) | ($rd << 7)); 149 my $template = 0b00_10001_00000_00000_000_00000_0110011; 155 return ".word ".($template | ($bs << 30) | ($rs2 << 20) | ($rs1 << 15) | ($rd << 7)); 161 my $template = 0b00_10011_00000_00000_000_00000_0110011; 167 return ".word ".($template | ($bs << 30) | ($rs2 << 20) | ($rs1 << 15) | ($rd << 7)); 173 my $template = 0b0110000_00000_00000_101_00000_0010011; 178 return ".word ".($template | ($shamt << 20) | ($rs1 << 15) | ($rd << 7));
|
/openssl/test/recipes/80-test_cmp_http_data/ |
H A D | test_commands.csv | 99 1,genm certReqTemplate, -section,, -cmd,genm,, -template,_RESULT_DIR/test.template.der, -keyspec,_R… 100 0,genm certReqTemplate missing template option, -section,, -cmd,genm,, -template,"""", -keyspec,_RE… 101 …e without optional keyspec option, -section,, -cmd,genm,, -template,_RESULT_DIR/test.template.der,… 102 0,genm certReqTemplate missing template arg , -section,, -cmd,genm,, -template,BLANK, -keyspec,_R… 103 …enm certReqTemplate template extra arg , -section,, -cmd,genm,, -template,_RESULT_DIR/test.tem… 104 0,genm certReqTemplate template arg non-ex dir, -section,, -cmd,genm,, -template,idontexist/idontex… 105 …eqTemplate keyspec arg non-ex dir, -section,, -cmd,genm,, -template,_RESULT_DIR/test.template.der,…
|
/openssl/doc/man3/ |
H A D | OSSL_CRMF_MSG_get0_tmpl.pod | 69 OSSL_CRMF_MSG_get0_tmpl() retrieves the certificate template of I<crm>. 72 given certificate template I<tmpl>. 75 given certificate template I<tmpl>. 78 given certificate template I<tmpl>. 81 given certificate template I<tmpl>. 84 of the given certificate template I<tmpl>, or NULL if not present.
|
H A D | ASN1_item_d2i_bio.pod | 40 I<len> which must be a DER-encoded ASN.1 structure, using the ASN.1 template 54 which must be a DER-encoded ASN.1 structure, using the ASN.1 template I<it> 74 using the ASN.1 template I<it> and returns the result in a memory BIO. 77 ASN.1 template I<it> and returns an B<ASN1_STRING> object. If the passed in 85 I<oct> using the ASN.1 template I<it>.
|
/openssl/crypto/ |
H A D | provider_core.c | 524 OSSL_PROVIDER_INFO template; in ossl_provider_new() local 530 memset(&template, 0, sizeof(template)); in ossl_provider_new() 541 template = *p; in ossl_provider_new() 552 template = *p; in ossl_provider_new() 558 template.parameters = NULL; in ossl_provider_new() 565 if (template.parameters == NULL) in ossl_provider_new() 571 template.init = init_function; in ossl_provider_new() 578 if (template.parameters == NULL) in ossl_provider_new() 580 if (template.parameters == NULL) in ossl_provider_new() 595 prov = provider_new(name, template.init, template.parameters); in ossl_provider_new() [all …]
|
/openssl/test/ |
H A D | generate_ssl_tests.pl | 47 my $template = Text::Template->new(TYPE => 'FILE', SOURCE => $source); 126 my $text = $template->fill_in(
|