Home
last modified time | relevance | path

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

/dflybsd-src/crypto/libressl/include/openssl/
H A Dpem.h201 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \ argument
207 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \ argument
213 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) \ argument
219 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) \ argument
227 #define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) \ argument
236 #define IMPLEMENT_PEM_read_bio(name, type, str, asn1) \ argument
242 #define IMPLEMENT_PEM_write_bio(name, type, str, asn1) \ argument
248 #define IMPLEMENT_PEM_write_bio_const(name, type, str, asn1) \ argument
254 #define IMPLEMENT_PEM_write_cb_bio(name, type, str, asn1) \ argument
261 #define IMPLEMENT_PEM_write_cb_bio_const(name, type, str, asn1) \ argument
[all …]
H A Dpkcs7.h172 unsigned char *asn1; member