HomeSort by: relevance | last modified time | path
    Searched refs:asn1 (Results 1 - 25 of 436) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/crypto/external/bsd/heimdal/
Makefile.rules.inc 3 SRCS+= ${HEIMSRCS:N*.et:N*.in:N*.asn1}
28 .for src in ${HEIMSRCS:M*.asn1}
29 ASN1_FILES.${src} ?= asn1_${src:.asn1=_asn1.x}
36 ${src:.asn1=_asn1_files} \
37 ${src:.asn1=_asn1-template.c} \
38 ${src:.asn1=_asn1-template.x} \
41 ${src:.asn1=_asn1.h} \
42 ${src:.asn1=_asn1.hx} \
43 ${src:.asn1=_asn1-priv.h} \
44 ${src:.asn1=_asn1-priv.hx}
    [all...]
  /src/crypto/external/bsd/heimdal/lib/libasn1/
Makefile 8 .PATH: ${HEIMDIST}/lib/asn1 ${HEIMBASE}/include
10 LIB= asn1
17 krb5.asn1 \
18 cms.asn1 \
19 rfc2459.asn1 \
20 pkinit.asn1 \
21 pkcs12.asn1 \
22 pkcs8.asn1 \
23 pkcs9.asn1 \
24 digest.asn1 \
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/pem/
pem_local.h 42 #define IMPLEMENT_PEM_provided_write_body_vars(type, asn1, pq) \
44 OSSL_ENCODER_CTX *ctx = OSSL_ENCODER_CTX_new_for_##type(x, PEM_SELECTION_##asn1, \
45 "PEM", PEM_STRUCTURE_##asn1, \
84 #define IMPLEMENT_PEM_provided_write_body_fallback(str, asn1, \
87 return PEM_ASN1_##writename((i2d_of_void *)i2d_##asn1, str, out, \
89 #define IMPLEMENT_PEM_provided_write_body_fallback_cb(str, asn1, \
92 return PEM_ASN1_##writename##((i2d_of_void *)i2d_##asn1, str, out, \
95 #define IMPLEMENT_PEM_provided_write_to(name, TYPE, type, str, asn1, \
99 IMPLEMENT_PEM_provided_write_body_vars(type, asn1, NULL); \
101 IMPLEMENT_PEM_provided_write_body_fallback(str, asn1, \
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/pem/
pem_local.h 42 # define IMPLEMENT_PEM_provided_write_body_vars(type, asn1, pq) \
45 OSSL_ENCODER_CTX_new_for_##type(x, PEM_SELECTION_##asn1, \
46 "PEM", PEM_STRUCTURE_##asn1, \
85 # define IMPLEMENT_PEM_provided_write_body_fallback(str, asn1, \
88 return PEM_ASN1_##writename((i2d_of_void *)i2d_##asn1, str, out, \
90 # define IMPLEMENT_PEM_provided_write_body_fallback_cb(str, asn1, \
93 return PEM_ASN1_##writename##((i2d_of_void *)i2d_##asn1, str, out, \
96 # define IMPLEMENT_PEM_provided_write_to(name, TYPE, type, str, asn1, \
100 IMPLEMENT_PEM_provided_write_body_vars(type, asn1, NULL); \
102 IMPLEMENT_PEM_provided_write_body_fallback(str, asn1, \
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
pem.h 65 # define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/
66 # define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/
67 # define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/
68 # define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/
69 # define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) /**/
72 # define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \
75 return PEM_ASN1_read((d2i_of_void *)d2i_##asn1, str,fp,(void **)x,cb,u); \
78 # define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \
81 return PEM_ASN1_write((i2d_of_void *)i2d_##asn1,str,fp,x,NULL,NULL,0,NULL,NULL); \
84 # define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) \
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/
NTMakefile 53 SUBDIRS = roken base vers com_err sl wind asn1 sqlite \
64 all-tools:: asn1-tools hx509-tools krb5-tools kadm5-tools gss-tools
66 asn1-tools:
67 @( cd asn1 && $(RMAKE) all-tools && cd .. ) || exit /b 1
  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
a_octet.c 12 #include <openssl/asn1.h>
x_info.c 13 #include <openssl/asn1.h>
  /src/crypto/external/apache2/openssl/dist/crypto/conf/
conf_mall.c 18 #include <openssl/asn1.h>
  /src/crypto/external/apache2/openssl/dist/crypto/pkcs7/
bio_pk7.c 10 #include <openssl/asn1.h>
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
a_octet.c 12 #include <openssl/asn1.h>
  /src/crypto/external/bsd/openssl/dist/crypto/conf/
conf_mall.c 18 #include <openssl/asn1.h>
  /src/crypto/external/bsd/openssl/dist/crypto/pkcs7/
bio_pk7.c 10 #include <openssl/asn1.h>
  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
a_octet.c 12 #include <openssl/asn1.h>
  /src/crypto/external/bsd/openssl.old/dist/crypto/conf/
conf_mall.c 15 #include <openssl/asn1.h>
  /src/crypto/external/bsd/openssl.old/dist/crypto/pkcs7/
bio_pk7.c 10 #include <openssl/asn1.h>
  /src/crypto/external/apache2/openssl/dist/crypto/x509/
v3_akeya.c 13 #include <openssl/asn1.h>
v3_pcia.c 46 #include <openssl/asn1.h>
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
v3_akeya.c 13 #include <openssl/asn1.h>
v3_pcia.c 46 #include <openssl/asn1.h>
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
v3_akeya.c 13 #include <openssl/asn1.h>
v3_pcia.c 46 #include <openssl/asn1.h>
  /src/crypto/external/apache2/openssl/dist/include/openssl/
pem.h 105 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/
106 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/
108 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/
110 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/
112 #define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) /**/
116 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \
119 return PEM_ASN1_read((d2i_of_void *)d2i_##asn1, str, fp, \
123 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \
126 return PEM_ASN1_write((i2d_of_void *)i2d_##asn1, str, out, \
131 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) \
    [all...]
  /src/crypto/external/bsd/heimdal/lib/libhdb/
Makefile 17 asn1 ${HEIMBASE}/lib/libasn1 \
24 HEIMSRCS= hdb_err.et hdb.asn1
25 ASN1_OPTS.hdb.asn1+= --one-code-file --sequence=HDB-Ext-KeySet --sequence=Keys
50 -I${HEIMDIST}/lib/asn1 \
  /src/crypto/external/bsd/openssl/dist/include/openssl/
pem.h 99 # define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/
100 # define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/
102 # define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/
104 # define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/
106 # define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) /**/
110 # define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \
113 return PEM_ASN1_read((d2i_of_void *)d2i_##asn1, str, fp, \
117 # define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \
120 return PEM_ASN1_write((i2d_of_void *)i2d_##asn1, str, out, \
125 # define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) \
    [all...]

Completed in 34 milliseconds

1 2 3 4 5 6 7 8 91011>>