Home
last modified time | relevance | path

Searched refs:templates (Results 1 – 19 of 19) sorted by relevance

/openssl/crypto/asn1/
H A Dtasn_fre.c48 if (it->templates) in ossl_asn1_item_embed_free()
49 ossl_asn1_template_free(pval, it->templates); in ossl_asn1_item_embed_free()
68 tt = it->templates + i; in ossl_asn1_item_embed_free()
101 tt = it->templates + it->tcount; in ossl_asn1_item_embed_free()
H A Dtasn_new.c90 if (it->templates) { in asn1_item_embed_new()
91 if (!asn1_template_new(pval, it->templates, libctx, propq)) in asn1_item_embed_new()
149 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) { in asn1_item_embed_new()
189 if (it->templates) in asn1_item_clear()
190 asn1_template_clear(pval, it->templates); in asn1_item_clear()
H A Dtasn_enc.c103 if (it->templates) in ASN1_item_ex_i2d()
104 return asn1_template_ex_i2d(pval, out, it->templates, in ASN1_item_ex_i2d()
134 chtt = it->templates + i; in ASN1_item_ex_i2d()
174 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) { in ASN1_item_ex_i2d()
193 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) { in ASN1_item_ex_i2d()
H A Dtasn_prn.c167 if (it->templates) { in asn1_item_print_ctx()
169 it->templates, pctx)) in asn1_item_print_ctx()
205 tt = it->templates + i; in asn1_item_print_ctx()
234 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) { in asn1_item_print_ctx()
H A Dtasn_dec.c202 if (it->templates) { in asn1_item_embed_d2i()
214 return asn1_template_ex_d2i(pval, in, len, it->templates, opt, ctx, in asn1_item_embed_d2i()
282 tt = it->templates + i; in asn1_item_embed_d2i()
293 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) { in asn1_item_embed_d2i()
375 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) { in asn1_item_embed_d2i()
388 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) { in asn1_item_embed_d2i()
/openssl/external/perl/Text-Template-1.56/
H A DChanges49 - Allow precompiled templates to work with preprocessing [#29928] (Thanks
55 - Fix templates with inline comments without newline after comment for perl
147 - Code added to prevent memory leaks when filling many templates. Thanks
170 - Code added to prevent memory leaks when filling many templates. Thanks to
203 or for all templates, or for the duration of only one call to fill_in.
205 your templates but you don't want to manually add `use strict' to the
213 appear in your templates. And third, because of the simplifications
230 templates was replaced with `n' before it was given to Perl for
269 - Note about failure of lexical variables to propagate into templates. Why
H A DREADME5 filling in templates generally. A `template' is a piece of text that
/openssl/ssl/record/
H A Drecordmethod.h212 int (*write_records)(OSSL_RECORD_LAYER *rl, OSSL_RECORD_TEMPLATE **templates,
/openssl/Configurations/
H A DREADME-design.md20 build-file templates. See the section on build-file templates further
36 build-file templates, adapted for the platform they are meant for (see
37 sections on `%unified_info` and build-file templates further down).
408 Build-file templates
411 Build-file templates are essentially build-files (such as `Makefile` on
555 Along with the build-file templates is the driving template
H A DREADME.md10 *.tmpl Build file templates, please read 'Build-file
247 Note 2: pure templates have the attribute `template => 1` and
253 templates for different configuration aspects that can be combined
371 without extensions. The build file templates will figure them out.
/openssl/ssl/record/methods/
H A Drecmethod_local.h278 int tls_write_records(OSSL_RECORD_LAYER *rl, OSSL_RECORD_TEMPLATE **templates,
H A Dtls_common.c1303 int tls_write_records(OSSL_RECORD_LAYER *rl, OSSL_RECORD_TEMPLATE **templates, in tls_write_records() argument
/openssl/include/openssl/
H A Dasn1t.h.in47 * Otherwise templates must contain a single
51 * For SEQUENCE types the templates field points
55 * For CHOICE types the templates field points
606 const ASN1_TEMPLATE *templates; /* If SEQUENCE or CHOICE this contains member
608 long tcount; /* Number of templates if SEQUENCE or CHOICE */
/openssl/doc/man3/
H A DASN1_EXTERN_FUNCS.pod48 ASN.1 data structures templates are typically defined in OpenSSL using a series
50 templates can also be defined based entirely on external functions. These
H A DPEM_read_CMS.pod97 the PEM encoding. For more information on the templates, see
H A DX509_dup.pod339 The OpenSSL ASN1 parsing library templates are like a data-driven bytecode
/openssl/
H A DNOTES-PERL.md99 libtext-template-perl - perl module to process text templates
H A DINSTALL.md1438 templates for those platforms. The database is comprised of
1440 file templates reside there as well as ".tmpl" files. See the
H A DCHANGES.md3637 * To enable users to have their own config files and build file templates,
3960 produced through general templates, such as Makefile.in and

Completed in 84 milliseconds