Home
last modified time | relevance | path

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

123

/openssl/crypto/pem/
H A Dpem_local.h42 # define IMPLEMENT_PEM_provided_write_body_vars(type, asn1, pq) \ argument
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, \ argument
88 return PEM_ASN1_##writename((i2d_of_void *)i2d_##asn1, str, out, \
90 # define IMPLEMENT_PEM_provided_write_body_fallback_cb(str, asn1, \ argument
135 # define IMPLEMENT_PEM_provided_write_fp(name, TYPE, type, str, asn1) argument
154 IMPLEMENT_PEM_provided_write_fp(name, TYPE, type, str, asn1)
158 IMPLEMENT_PEM_provided_write_cb_fp(name, TYPE, type, str, asn1)
162 IMPLEMENT_PEM_provided_write(name, TYPE, type, str, asn1)
[all …]
/openssl/providers/common/der/
H A Dbuild.info8 DEPEND[$DER_DIGESTS_GEN]=oids_to_c.pm NIST.asn1 DIGESTS.asn1
12 DEPEND[$DER_DIGESTS_H]=oids_to_c.pm NIST.asn1 DIGESTS.asn1
22 DEPEND[$DER_RSA_GEN]=oids_to_c.pm NIST.asn1 RSA.asn1
27 DEPEND[$DER_RSA_H]=oids_to_c.pm NIST.asn1 RSA.asn1
36 DEPEND[$DER_DSA_GEN]=oids_to_c.pm DSA.asn1
41 DEPEND[$DER_DSA_H]=oids_to_c.pm DSA.asn1
51 DEPEND[$DER_EC_GEN]=oids_to_c.pm EC.asn1
56 DEPEND[$DER_EC_H]=oids_to_c.pm EC.asn1
71 DEPEND[$DER_ECX_H]=oids_to_c.pm ECX.asn1
83 DEPEND[$DER_WRAP_H]=oids_to_c.pm wrap.asn1
[all …]
H A Dder_digests_gen.c.in16 $OUT = oids_to_c::process_leaves('providers/common/der/NIST.asn1',
17 'providers/common/der/DIGESTS.asn1',
H A Dder_rsa_gen.c.in16 $OUT = oids_to_c::process_leaves('providers/common/der/NIST.asn1',
17 'providers/common/der/RSA.asn1',
H A Dder_ecx_gen.c.in16 $OUT = oids_to_c::process_leaves('providers/common/der/ECX.asn1',
H A Dder_wrap_gen.c.in16 $OUT = oids_to_c::process_leaves('providers/common/der/wrap.asn1',
H A Dder_ec_gen.c.in16 $OUT = oids_to_c::process_leaves('providers/common/der/EC.asn1',
H A Dder_sm2_gen.c.in16 $OUT = oids_to_c::process_leaves('providers/common/der/SM2.asn1',
H A Dder_dsa_gen.c.in22 $OUT = oids_to_c::process_leaves('providers/common/der/DSA.asn1',
/openssl/include/openssl/
H A Dpem.h130 IMPLEMENT_PEM_write_fp(name, type, str, asn1)
142 IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1)
163 IMPLEMENT_PEM_write_bio(name, type, str, asn1)
175 IMPLEMENT_PEM_write_cb_bio(name, type, str, asn1)
198 # define IMPLEMENT_PEM_read(name, type, str, asn1) \ argument
200 IMPLEMENT_PEM_read_fp(name, type, str, asn1)
202 # define IMPLEMENT_PEM_rw(name, type, str, asn1) \ argument
203 IMPLEMENT_PEM_read(name, type, str, asn1) \
204 IMPLEMENT_PEM_write(name, type, str, asn1)
208 IMPLEMENT_PEM_read(name, type, str, asn1) \
[all …]
/openssl/fuzz/
H A Dbuild.info12 PROGRAMS{noinst}=asn1 asn1parse bignum bndiv client conf crl server x509
26 SOURCE[asn1]=asn1.c driver.c fuzz_rand.c
27 INCLUDE[asn1]=../include {- $ex_inc -}
28 DEPEND[asn1]=../libcrypto ../libssl {- $ex_lib -}
76 …PROGRAMS{noinst}=asn1-test asn1parse-test bignum-test bndiv-test client-test conf-test crl-test se…
90 SOURCE[asn1-test]=asn1.c test-corpus.c fuzz_rand.c
91 INCLUDE[asn1-test]=../include
92 DEPEND[asn1-test]=../libcrypto ../libssl
/openssl/providers/common/include/prov/
H A Dder_digests.h.in16 $OUT = oids_to_c::process_leaves('providers/common/der/NIST.asn1',
17 'providers/common/der/DIGESTS.asn1',
H A Dder_rsa.h.in17 $OUT = oids_to_c::process_leaves('providers/common/der/NIST.asn1',
18 'providers/common/der/RSA.asn1',
H A Dder_wrap.h.in16 $OUT = oids_to_c::process_leaves('providers/common/der/wrap.asn1',
H A Dder_sm2.h.in17 $OUT = oids_to_c::process_leaves('providers/common/der/SM2.asn1',
H A Dder_ec.h.in17 $OUT = oids_to_c::process_leaves('providers/common/der/EC.asn1',
H A Dder_dsa.h.in16 $OUT = oids_to_c::process_leaves('providers/common/der/DSA.asn1',
H A Dder_ecx.h.in17 $OUT = oids_to_c::process_leaves('providers/common/der/ECX.asn1',
/openssl/test/
H A Dx509_time_test.c485 ASN1_TIME asn1; member
512 ASN1_TIME asn1; member
548 rv = ASN1_TIME_print_ex(m, &x509_print_tests_rfc_822[idx].asn1, ASN1_DTFLGS_RFC822); in test_x509_time_print_rfc_822()
576 rv = ASN1_TIME_print_ex(m, &x509_print_tests_iso_8601[idx].asn1, ASN1_DTFLGS_ISO8601); in test_x509_time_print_iso_8601()
/openssl/test/recipes/
H A D80-test_ca.t282 my ($asn1) = @_;
284 my ($y, $mo, $d, $h, $m, $s) = $asn1 =~ /^(\d{2,4})(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})Z$/;
/openssl/
H A Dbuild.info19 DEPEND[]=include/openssl/asn1.h \
45 GENERATE[include/openssl/asn1.h]=include/openssl/asn1.h.in
/openssl/doc/man1/
H A Dopenssl-asn1parse.pod.in95 B<asn1>. The encoded data is passed through the ASN1 parser and printed out as
189 openssl asn1parse -genconf asn1.cnf -noout -out asn1.der
193 asn1=SEQUENCE:seq_sect
/openssl/doc/man3/
H A DASN1_ITEM_lookup.pod9 #include <openssl/asn1.h>
H A DASN1_INTEGER_new.pod11 #include <openssl/asn1.h>
H A DASN1_generate_nconf.pod9 #include <openssl/asn1.h>
194 asn1 = SEQUENCE:seq_section
207 asn1=SEQUENCE:private_key
238 asn1=SEQUENCE:pubkeyinfo

Completed in 76 milliseconds

123