Searched refs:templates (Results 1 - 25 of 77) sorted by relevance

1234

/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A DMakefile.in6 overload ovldbreak ref-typ ref-typ2 templates userdef virtfunc namespace ref-types
/openbsd-current/lib/libcrypto/cms/
H A Dcms_asn1.c82 .templates = CMS_IssuerAndSerialNumber_seq_tt,
109 .templates = CMS_OtherCertificateFormat_seq_tt,
157 .templates = CMS_CertificateChoices_ch_tt,
184 .templates = CMS_SignerIdentifier_ch_tt,
211 .templates = CMS_EncapsulatedContentInfo_seq_tt,
294 .templates = CMS_SignerInfo_seq_tt,
321 .templates = CMS_OtherRevocationInfoFormat_seq_tt,
348 .templates = CMS_RevocationInfoChoice_ch_tt,
403 .templates = CMS_SignedData_seq_tt,
430 .templates
[all...]
/openbsd-current/gnu/usr.bin/perl/t/comp/
H A Dutf.t6 my %templates = (
14 my $template = $templates{$enc};
/openbsd-current/lib/libcrypto/asn1/
H A Dtasn_fre.c105 if (it->templates)
106 ASN1_template_free(pval, it->templates);
124 tt = it->templates + i;
155 tt = it->templates + it->tcount - 1;
H A Dx_val.c80 .templates = X509_VAL_seq_tt,
H A Dx_exten.c88 .templates = X509_EXTENSION_seq_tt,
105 .templates = &X509_EXTENSIONS_item_tt,
H A Dx_spki.c84 .templates = NETSCAPE_SPKAC_seq_tt,
147 .templates = NETSCAPE_SPKI_seq_tt,
H A Dtasn_new.c118 if (it->templates) {
119 if (!ASN1_template_new(pval, it->templates))
162 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) {
199 if (it->templates)
200 asn1_template_clear(pval, it->templates);
H A Dx_bignum.c96 .templates = NULL,
106 .templates = NULL,
H A Da_time.c75 .templates = NULL,
H A Dx_sig.c82 .templates = X509_SIG_seq_tt,
H A Dx_algor.c84 .templates = X509_ALGOR_seq_tt,
101 .templates = &X509_ALGORS_item_tt,
H A Dx_req.c132 .templates = X509_REQ_INFO_seq_tt,
196 .templates = X509_REQ_seq_tt,
H A Dx_long.c98 .templates = NULL,
108 .templates = NULL,
H A Dx_attrib.c87 .templates = X509_ATTRIBUTE_seq_tt,
/openbsd-current/lib/libcrypto/pkcs12/
H A Dp12_asn.c95 .templates = PKCS12_seq_tt,
159 .templates = PKCS12_MAC_DATA_seq_tt,
265 .templates = PKCS12_BAGS_seq_tt,
410 .templates = PKCS12_SAFEBAG_seq_tt,
459 .templates = &PKCS12_SAFEBAGS_item_tt,
478 .templates = &PKCS12_AUTHSAFES_item_tt,
/openbsd-current/lib/libcrypto/x509/
H A Dx509_akeya.c93 .templates = AUTHORITY_KEYID_seq_tt,
H A Dx509_pmaps.c109 .templates = POLICY_MAPPING_seq_tt,
127 .templates = &POLICY_MAPPINGS_item_tt,
H A Dx509_pku.c105 .templates = PKEY_USAGE_PERIOD_seq_tt,
/openbsd-current/lib/libcrypto/rsa/
H A Drsa_asn1.c162 .templates = RSAPrivateKey_seq_tt,
198 .templates = RSAPublicKey_seq_tt,
259 .templates = RSA_PSS_PARAMS_seq_tt,
342 .templates = RSA_OAEP_PARAMS_seq_tt,
/openbsd-current/lib/libcrypto/ocsp/
H A Docsp_asn.c91 .templates = OCSP_SIGNATURE_seq_tt,
162 .templates = OCSP_CERTID_seq_tt,
219 .templates = OCSP_ONEREQ_seq_tt,
290 .templates = OCSP_REQINFO_seq_tt,
347 .templates = OCSP_REQUEST_seq_tt,
397 /* OCSP_RESPONSE templates */
419 .templates = OCSP_RESPBYTES_seq_tt,
476 .templates = OCSP_RESPONSE_seq_tt,
547 .templates = OCSP_RESPID_ch_tt,
604 .templates
[all...]
/openbsd-current/gnu/lib/libstdc++/libstdc++/src/
H A DMakefile.am179 $(LTCXXCOMPILE) -D_GLIBCPP_CONCEPT_CHECKS -fimplicit-templates -c $<
181 $(CXXCOMPILE) -D_GLIBCPP_CONCEPT_CHECKS -fimplicit-templates -c $<
190 -fno-implicit-templates \
/openbsd-current/gnu/lib/libiberty/src/
H A Dcp-demangle.c206 /* A list of templates. This is used while printing. */
227 /* The list of templates which applies to this modifier. */
228 struct d_print_template *templates; member in struct:d_print_mod
243 /* The current list of templates, if any. */
244 struct d_print_template *templates; member in struct:d_print_info
2662 dpi.templates = NULL;
2738 adpm[i].templates = dpi->templates;
2753 dpt.next = dpi->templates;
2754 dpi->templates
[all...]
/openbsd-current/gnu/lib/libstdc++-v3/
H A DMakefile.common25 CXXFLAGS+= -fno-implicit-templates -ffunction-sections -fdata-sections \
/openbsd-current/lib/libcrypto/dsa/
H A Ddsa_asn1.c115 .templates = DSA_SIG_seq_tt,
236 .templates = DSAPrivateKey_seq_tt,
294 .templates = DSAparams_seq_tt,
387 .templates = DSAPublicKey_seq_tt,

Completed in 187 milliseconds

1234