Searched refs:templates (Results 26 - 50 of 77) sorted by relevance

1234

/openbsd-current/lib/libcrypto/pkcs7/
H A Dpk7_asn1.c211 .templates = PKCS7_seq_tt,
303 .templates = PKCS7_SIGNED_seq_tt,
419 .templates = PKCS7_SIGNER_INFO_seq_tt,
476 .templates = PKCS7_ISSUER_AND_SERIAL_seq_tt,
540 .templates = PKCS7_ENVELOPE_seq_tt,
630 .templates = PKCS7_RECIP_INFO_seq_tt,
694 .templates = PKCS7_ENC_CONTENT_seq_tt,
786 .templates = PKCS7_SIGN_ENVELOPE_seq_tt,
843 .templates = PKCS7_ENCRYPT_seq_tt,
914 .templates
[all...]
/openbsd-current/lib/libcrypto/asn1/
H A Dtasn_typ.c486 .templates = NULL,
526 .templates = NULL,
566 .templates = NULL,
667 .templates = &ASN1_SEQUENCE_ANY_item_tt,
685 .templates = &ASN1_SET_ANY_item_tt,
H A Dtasn_prn.c144 if (it->templates) {
146 it->templates, pctx))
184 tt = it->templates + i;
214 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) {
H A Dp5_pbe.c87 .templates = PBEPARAM_seq_tt,
H A Dp8_pkey.c110 .templates = PKCS8_PRIV_KEY_INFO_seq_tt,
H A Dp5_pbev2.c88 .templates = PBE2PARAM_seq_tt,
148 .templates = PBKDF2PARAM_seq_tt,
H A Dtasn_enc.c158 if (it->templates)
159 return asn1_template_ex_i2d(pval, out, it->templates,
192 chtt = it->templates + i;
233 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) {
250 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) {
H A Dx_pubkey.c108 .templates = X509_PUBKEY_seq_tt,
400 .templates = NULL,
500 .templates = NULL,
596 .templates = NULL,
693 .templates = NULL,
H A Dx_name.c107 .templates = X509_NAME_ENTRY_seq_tt,
165 .templates = &X509_NAME_ENTRIES_item_tt,
183 .templates = &X509_NAME_INTERNAL_item_tt,
209 .templates = NULL,
H A Dx_x509.c138 .templates = X509_CINF_seq_tt,
253 .templates = X509_seq_tt,
H A Dtasn_dec.c684 at = &it->templates[i];
806 at = &it->templates[i];
865 at = &it->templates[i];
954 if (it->templates != NULL) {
966 return asn1_template_d2i(pval, cbs, it->templates,
/openbsd-current/lib/libcrypto/ts/
H A Dts_asn1.c86 .templates = TS_MSG_IMPRINT_seq_tt,
208 .templates = TS_REQ_seq_tt,
309 .templates = TS_ACCURACY_seq_tt,
429 .templates = TS_TST_INFO_seq_tt,
530 .templates = TS_STATUS_INFO_seq_tt,
646 .templates = TS_RESP_seq_tt,
740 .templates = ESS_ISSUER_SERIAL_seq_tt,
804 .templates = ESS_CERT_ID_seq_tt,
868 .templates = ESS_SIGNING_CERT_seq_tt,
939 .templates
[all...]
/openbsd-current/lib/libcrypto/x509/
H A Dx509_pcons.c111 .templates = POLICY_CONSTRAINTS_seq_tt,
H A Dx509_genn.c87 .templates = OTHERNAME_seq_tt,
145 .templates = EDIPARTYNAME_seq_tt,
253 .templates = GENERAL_NAME_ch_tt,
301 .templates = &GENERAL_NAMES_item_tt,
H A Dx509_info.c128 .templates = ACCESS_DESCRIPTION_seq_tt,
176 .templates = &AUTHORITY_INFO_ACCESS_item_tt,
H A Dx509_cpols.c113 .templates = &CERTIFICATEPOLICIES_item_tt,
170 .templates = POLICYINFO_seq_tt,
267 .templates = POLICYQUALINFO_seq_tt,
324 .templates = USERNOTICE_seq_tt,
381 .templates = NOTICEREF_seq_tt,
H A Dx509_bcons.c110 .templates = BASIC_CONSTRAINTS_seq_tt,
H A Dx509_crld.c414 .templates = DIST_POINT_NAME_ch_tt,
479 .templates = DIST_POINT_seq_tt,
527 .templates = &CRL_DIST_POINTS_item_tt,
612 .templates = ISSUING_DIST_POINT_seq_tt,
H A Dx509_extku.c117 .templates = &EXTENDED_KEY_USAGE_item_tt,
/openbsd-current/lib/libcrypto/dh/
H A Ddh_asn1.c120 .templates = DHparams_seq_tt,
/openbsd-current/gnu/gcc/libstdc++-v3/libsupc++/
H A DMakefile.am85 -fno-implicit-templates \
/openbsd-current/gnu/gcc/gcc/
H A Dtree-ssa-address.c82 /* The templates. Each of the five bits of the index corresponds to one
85 static GTY (()) struct mem_addr_template templates[32]; variable in typeref:struct:mem_addr_template
171 by using one of the "templates". */
194 /* Reuse the templates for addresses, so that we do not waste memory. */
210 &templates[i].ref,
211 &templates[i].step_p,
212 &templates[i].off_p);
215 templ = templates + TEMPL_IDX (addr->symbol, addr->base, addr->index,
/openbsd-current/lib/libcrypto/ec/
H A Dec_asn1.c170 .templates = X9_62_PENTANOMIAL_seq_tt,
255 .templates = X9_62_CHARACTERISTIC_TWO_seq_tt,
322 .templates = X9_62_FIELDID_seq_tt,
356 .templates = X9_62_CURVE_seq_tt,
411 .templates = ECPARAMETERS_seq_tt,
457 .templates = ECPKPARAMETERS_ch_tt,
523 .templates = EC_PRIVATEKEY_seq_tt,
/openbsd-current/gnu/lib/libstdc++/libstdc++/libsupc++/
H A DMakefile.am142 -fno-implicit-templates \
/openbsd-current/gnu/usr.bin/perl/t/comp/
H A Drequire.t593 my %templates = (
601 my $template = $templates{$enc};
606 foreach (sort keys %templates) {

Completed in 151 milliseconds

1234