Home
last modified time | relevance | path

Searched refs:asn1 (Results 1 – 25 of 196) sorted by relevance

12345678

/freebsd-9-stable/crypto/openssl/crypto/pem/
Dpem.h215 # define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/ argument
216 # define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/ argument
217 # define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/ argument
218 # define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/ argument
219 # define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) /**/ argument
222 # define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \ argument
225 return (type*)PEM_ASN1_read(CHECKED_D2I_OF(type, d2i_##asn1), \
231 # define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \ argument
234 return PEM_ASN1_write(CHECKED_I2D_OF(type, i2d_##asn1), \
240 # define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) \ argument
[all …]
DMakefile80 pem_all.o: ../../e_os.h ../../include/openssl/asn1.h
96 pem_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
110 pem_info.o: ../../e_os.h ../../include/openssl/asn1.h
126 pem_lib.o: ../../e_os.h ../../include/openssl/asn1.h
143 pem_oth.o: ../../e_os.h ../../include/openssl/asn1.h
158 pem_pk8.o: ../../e_os.h ../../include/openssl/asn1.h
173 pem_pkey.o: ../../e_os.h ../../include/openssl/asn1.h
188 pem_seal.o: ../../e_os.h ../../include/openssl/asn1.h
203 pem_sign.o: ../../e_os.h ../../include/openssl/asn1.h
218 pem_x509.o: ../../e_os.h ../../include/openssl/asn1.h
[all …]
/freebsd-9-stable/crypto/heimdal/lib/asn1/
DMakefile.am458 asn1-common.h \
563 rfc2459_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/rfc2459.asn1
564 … --sequence=Extensions --sequence=CRLDistributionPoints $(srcdir)/rfc2459.asn1 rfc2459_asn1 || (rm…
566 cms_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/CMS.asn1
567 ./asn1_compile$(EXEEXT) $(srcdir)/CMS.asn1 cms_asn1 || (rm -f cms_asn1_files ; exit 1)
569 krb5_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/k5.asn1
570 …nce=METHOD-DATA --sequence=ETYPE-INFO --sequence=ETYPE-INFO2 $(srcdir)/k5.asn1 krb5_asn1 || (rm -f…
572 pkinit_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/pkinit.asn1
573 ./asn1_compile$(EXEEXT) $(srcdir)/pkinit.asn1 pkinit_asn1 || (rm -f pkinit_asn1_files ; exit 1)
575 pkcs8_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/pkcs8.asn1
[all …]
DMakefile.in51 subdir = lib/asn1
607 @KRB5_TRUE@ $(top_builddir)/lib/asn1/libasn1.la
1055 asn1-common.h \
1133 canthandle.asn1 \
1134 CMS.asn1 \
1135 digest.asn1 \
1136 k5.asn1 \
1137 kx509.asn1 \
1138 test.asn1 \
1139 setchgpw2.asn1 \
[all …]
/freebsd-9-stable/kerberos5/lib/libasn1/
DMakefile3 LIB= asn1
22 CFLAGS+=-I${KRB5DIR}/lib/asn1 -I${KRB5DIR}/lib/roken -I.
435 ${GEN_CMS} cms_asn1.h: CMS.asn1 ../../tools/asn1_compile/asn1_compile
436 ../../tools/asn1_compile/asn1_compile ${.ALLSRC:M*.asn1} cms_asn1
438 ${GEN_RFC2459} rfc2459_asn1.h: rfc2459.asn1 ../../tools/asn1_compile/asn1_compile
445 --sequence=CRLDistributionPoints ${.ALLSRC:M*.asn1} rfc2459_asn1
447 ${GEN_K5} krb5_asn1.h: k5.asn1 ../../tools/asn1_compile/asn1_compile
454 --sequence=ETYPE-INFO2 ${.ALLSRC:M*.asn1} krb5_asn1
456 ${GEN_PKINIT} pkinit_asn1.h: pkinit.asn1 ../../tools/asn1_compile/asn1_compile
457 ../../tools/asn1_compile/asn1_compile ${.ALLSRC:M*.asn1} pkinit_asn1
[all …]
/freebsd-9-stable/kerberos5/lib/libhx509/
DMakefile51 CFLAGS+=-I${KRB5DIR}/lib/asn1
90 ${GEN_OCSP} ocsp_asn1.h: ocsp.asn1 ../../tools/asn1_compile/asn1_compile
91 …le --preserve-binary=OCSPTBSRequest --preserve-binary=OCSPResponseData ${.ALLSRC:M*.asn1} ocsp_asn1
93 ${GEN_PKCS10} pkcs10_asn1.h: pkcs10.asn1 ../../tools/asn1_compile/asn1_compile
94 ../../tools/asn1_compile/asn1_compile ${.ALLSRC:M*.asn1} pkcs10_asn1
106 .PATH: ${KRB5DIR}/lib/hx509 ${KRB5DIR}/lib/asn1
/freebsd-9-stable/crypto/heimdal/lib/gssapi/
DMakefile.am196 $(top_builddir)/lib/asn1/libasn1.la \
247 spnego_asn1_files: ../asn1/asn1_compile$(EXEEXT) $(srcdir)/spnego/spnego.asn1
248 ../asn1/asn1_compile$(EXEEXT) --sequence=MechTypeList $(srcdir)/spnego/spnego.asn1 spnego_asn1
250 gssapi_asn1_files: ../asn1/asn1_compile$(EXEEXT) $(srcdir)/mech/gssapi.asn1
251 ../asn1/asn1_compile$(EXEEXT) $(srcdir)/mech/gssapi.asn1 gssapi_asn1
303 mech/gssapi.asn1 \
304 spnego/spnego.asn1 \
/freebsd-9-stable/crypto/openssl/crypto/asn1/
DMakefile5 DIR= asn1
47 EXHEADER= asn1.h asn1_mac.h asn1t.h
108 a_bitstr.o: ../../e_os.h ../../include/openssl/asn1.h
116 a_bool.o: ../../e_os.h ../../include/openssl/asn1.h
124 a_bytes.o: ../../e_os.h ../../include/openssl/asn1.h
132 a_d2i_fp.o: ../../e_os.h ../../include/openssl/asn1.h
140 a_digest.o: ../../e_os.h ../../include/openssl/asn1.h
153 a_dup.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
160 a_enum.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
168 a_gentm.o: ../../e_os.h ../../include/openssl/asn1.h
[all …]
/freebsd-9-stable/crypto/heimdal/lib/hx509/
DMakefile.am87 $(top_builddir)/lib/asn1/libasn1.la \
107 asn1_compile = ../asn1/asn1_compile$(EXEEXT)
109 ocsp_asn1_files: $(asn1_compile) $(srcdir)/ocsp.asn1
110 …e-binary=OCSPTBSRequest --preserve-binary=OCSPResponseData $(srcdir)/ocsp.asn1 ocsp_asn1 || (rm -f…
112 pkcs10_asn1_files: $(asn1_compile) $(srcdir)/pkcs10.asn1
113 …$(asn1_compile) --preserve-binary=CertificationRequestInfo $(srcdir)/pkcs10.asn1 pkcs10_asn1 || (r…
115 crmf_asn1_files: $(asn1_compile) $(srcdir)/crmf.asn1
116 $(asn1_compile) $(srcdir)/crmf.asn1 crmf_asn1 || (rm -f crmf_asn1_files ; exit 1)
144 $(top_builddir)/lib/asn1/libasn1.la \
279 crmf.asn1 \
[all …]
/freebsd-9-stable/lib/libbsnmp/libbsnmp/
DMakefile21 SRCS= asn1.c snmp.c snmpagent.c snmpclient.c snmpcrypto.c support.c
22 INCS= asn1.h snmp.h snmpagent.h snmpclient.h
23 MAN= asn1.3 bsnmplib.3 bsnmpclient.3 bsnmpagent.3
/freebsd-9-stable/crypto/openssl/crypto/ec/
DMakefile82 ec2_mult.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
90 ec2_smpl.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
99 ec_asn1.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.h
108 ec_check.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
116 ec_curve.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
124 ec_cvt.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
132 ec_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
139 ec_key.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
147 ec_lib.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
155 ec_mult.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
[all …]
/freebsd-9-stable/crypto/openssl/crypto/rsa/
DMakefile81 rsa_asn1.o: ../../e_os.h ../../include/openssl/asn1.h
91 rsa_chk.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
99 rsa_depr.o: ../../e_os.h ../../include/openssl/asn1.h
108 rsa_eay.o: ../../e_os.h ../../include/openssl/asn1.h
117 rsa_eng.o: ../../e_os.h ../../include/openssl/asn1.h
132 rsa_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
139 rsa_gen.o: ../../e_os.h ../../include/openssl/asn1.h
148 rsa_lib.o: ../../e_os.h ../../include/openssl/asn1.h
163 rsa_none.o: ../../e_os.h ../../include/openssl/asn1.h
172 rsa_null.o: ../../e_os.h ../../include/openssl/asn1.h
[all …]
/freebsd-9-stable/crypto/openssl/crypto/evp/
DMakefile100 bio_b64.o: ../../e_os.h ../../include/openssl/asn1.h
110 bio_enc.o: ../../e_os.h ../../include/openssl/asn1.h
120 bio_md.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
129 bio_ok.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
139 c_all.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
152 c_allc.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
165 c_alld.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
178 dig_eng.o: ../../e_os.h ../../include/openssl/asn1.h
192 digest.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
205 e_aes.o: ../../include/openssl/aes.h ../../include/openssl/asn1.h
[all …]
/freebsd-9-stable/kerberos5/lib/libgssapi_spnego/
DMakefile29 CFLAGS+=-I${KRB5DIR}/lib/asn1
35 ${GEN} spnego_asn1.h: spnego.asn1 ../../tools/asn1_compile/asn1_compile
36 ../../tools/asn1_compile/asn1_compile --sequence=MechTypeList ${.ALLSRC:M*.asn1} spnego_asn1
/freebsd-9-stable/crypto/heimdal/kuser/
DMakefile.am26 $(top_builddir)/lib/asn1/libasn1.la \
42 $(top_builddir)/lib/asn1/libasn1.la \
56 $(top_builddir)/lib/asn1/libasn1.la \
/freebsd-9-stable/crypto/heimdal/lib/hdb/
DMakefile.am5 AM_CPPFLAGS += -I../asn1 -I$(srcdir)/../asn1 $(INCLUDE_hcrypto)
34 ../asn1/libasn1.la \
/freebsd-9-stable/crypto/heimdal/kdc/
DMakefile.am73 $(top_builddir)/lib/asn1/libasn1.la \
83 $(top_builddir)/lib/asn1/libasn1.la \
99 $(top_builddir)/lib/asn1/libasn1.la \
108 $(top_builddir)/lib/asn1/libasn1.la \
/freebsd-9-stable/kerberos5/lib/libhdb/
DMakefile31 CFLAGS+=-I${KRB5DIR}/lib/hdb -I${KRB5DIR}/lib/asn1 \
54 ${GEN} hdb_asn1.h: hdb.asn1 ../../tools/asn1_compile/asn1_compile
55 ../../tools/asn1_compile/asn1_compile ${.ALLSRC:M*.asn1} hdb_asn1
/freebsd-9-stable/crypto/openssl/crypto/x509v3/
DMakefile87 pcy_cache.o: ../../e_os.h ../../include/openssl/asn1.h
102 pcy_data.o: ../../e_os.h ../../include/openssl/asn1.h
117 pcy_lib.o: ../../e_os.h ../../include/openssl/asn1.h
131 pcy_map.o: ../../e_os.h ../../include/openssl/asn1.h
145 pcy_node.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
159 pcy_tree.o: ../../e_os.h ../../include/openssl/asn1.h
174 v3_addr.o: ../../e_os.h ../../include/openssl/asn1.h
189 v3_akey.o: ../../e_os.h ../../include/openssl/asn1.h
204 v3_akeya.o: ../../e_os.h ../../include/openssl/asn1.h
219 v3_alt.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
[all …]
/freebsd-9-stable/crypto/openssl/crypto/x509/
DMakefile87 by_dir.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
100 by_file.o: ../../e_os.h ../../include/openssl/asn1.h
114 x509_att.o: ../../e_os.h ../../include/openssl/asn1.h
129 x509_cmp.o: ../../e_os.h ../../include/openssl/asn1.h
144 x509_d2.o: ../../e_os.h ../../include/openssl/asn1.h
157 x509_def.o: ../../e_os.h ../../include/openssl/asn1.h
170 x509_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
183 x509_ext.o: ../../e_os.h ../../include/openssl/asn1.h
198 x509_lu.o: ../../e_os.h ../../include/openssl/asn1.h
212 x509_obj.o: ../../e_os.h ../../include/openssl/asn1.h
[all …]
/freebsd-9-stable/crypto/heimdal/
DChangeLog.200041 * lib/asn1/asn1_print.c (loop): check for length longer than data.
410 * lib/asn1/der_get.c: add comment on *why* DCE sometimes used BER
466 * lib/asn1/Makefile.am: bump version to 3:0:1
740 * lib/asn1/lex.l: fix includes, and lex stuff
741 * lib/asn1/lex.h (error_message): update prototype
743 * lib/asn1/gen_length.c (length_type): fail on malloc error
744 * lib/asn1/gen_decode.c (decode_type): fail on malloc error
782 * lib/krb5/krb5.h: use some definitions from asn1.h
784 * lib/hdb/hdb.asn1: use new import syntax
786 * lib/asn1/k5.asn1: use distinguished value integers
[all …]
/freebsd-9-stable/crypto/openssl/crypto/pkcs12/
DMakefile83 p12_add.o: ../../e_os.h ../../include/openssl/asn1.h
97 p12_asn.o: ../../e_os.h ../../include/openssl/asn1.h
111 p12_attr.o: ../../e_os.h ../../include/openssl/asn1.h
125 p12_crpt.o: ../../e_os.h ../../include/openssl/asn1.h
139 p12_crt.o: ../../e_os.h ../../include/openssl/asn1.h
153 p12_decr.o: ../../e_os.h ../../include/openssl/asn1.h
167 p12_init.o: ../../e_os.h ../../include/openssl/asn1.h
181 p12_key.o: ../../e_os.h ../../include/openssl/asn1.h
195 p12_kiss.o: ../../e_os.h ../../include/openssl/asn1.h
209 p12_mutl.o: ../../e_os.h ../../include/openssl/asn1.h
[all …]
/freebsd-9-stable/crypto/openssl/crypto/engine/
DMakefile85 eng_all.o: ../../e_os.h ../../include/openssl/asn1.h
99 eng_cnf.o: ../../e_os.h ../../include/openssl/asn1.h
113 eng_cryptodev.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
130 eng_ctrl.o: ../../e_os.h ../../include/openssl/asn1.h
144 eng_dyn.o: ../../e_os.h ../../include/openssl/asn1.h
158 eng_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
171 eng_fat.o: ../../e_os.h ../../include/openssl/asn1.h
185 eng_init.o: ../../e_os.h ../../include/openssl/asn1.h
199 eng_lib.o: ../../e_os.h ../../include/openssl/asn1.h
213 eng_list.o: ../../e_os.h ../../include/openssl/asn1.h
[all …]
/freebsd-9-stable/crypto/openssl/fips/rsa/
DMakefile97 fips_rsa_eay.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
107 fips_rsa_gen.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
118 fips_rsa_lib.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
129 fips_rsa_selftest.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
143 fips_rsa_sign.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
155 fips_rsa_x931g.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
165 fips_rsagtest.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
182 fips_rsastest.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
199 fips_rsavtest.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
/freebsd-9-stable/crypto/openssl/crypto/ecdsa/
DMakefile78 ecs_asn1.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.h
86 ecs_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
94 ecs_lib.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
108 ecs_ossl.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
117 ecs_sign.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
131 ecs_vrf.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h

12345678