Home
last modified time | relevance | path

Searched defs:asn1 (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/lib/libcrypto/pem/
H A Dpem.h151 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \ argument
157 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \ argument
163 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) \ argument
169 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) \ argument
177 #define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) \ argument
186 #define IMPLEMENT_PEM_read_bio(name, type, str, asn1) \ argument
192 #define IMPLEMENT_PEM_write_bio(name, type, str, asn1) \ argument
198 #define IMPLEMENT_PEM_write_bio_const(name, type, str, asn1) \ argument
204 #define IMPLEMENT_PEM_write_cb_bio(name, type, str, asn1) \ argument
211 #define IMPLEMENT_PEM_write_cb_bio_const(name, type, str, asn1) \ argument
[all …]
/openbsd-src/regress/lib/libssl/asn1/
H A Dasn1test.c49 const unsigned char asn1[1024]; member
375 unsigned char *ap, *asn1 = NULL; in do_ssl_asn1_test() local
[all...]
/openbsd-src/regress/lib/libcrypto/asn1/
H A Dasn1api.c125 const uint8_t asn1[64]; member
H A Dasn1complex.c114 const uint8_t *asn1; member
/openbsd-src/sbin/isakmpd/
H A Dx509.c1355 x509_DN_string(u_int8_t *asn1, size_t sz) in x509_DN_string()
/openbsd-src/lib/libcrypto/pkcs7/
H A Dpkcs7.h160 unsigned char *asn1; member
/openbsd-src/sbin/iked/
H A Dca.c1624 ca_asn1_name(uint8_t *asn1, size_t len) in ca_asn1_name()