Lines Matching defs:name
65 # define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/ argument
66 # define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/ argument
67 # define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/ argument
68 # define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/ argument
69 # define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) /**/ argument
108 # define IMPLEMENT_PEM_read_bio(name, type, str, asn1) \ argument
114 # define IMPLEMENT_PEM_write_bio(name, type, str, asn1) \ argument
120 # define IMPLEMENT_PEM_write_bio_const(name, type, str, asn1) \ argument
126 # define IMPLEMENT_PEM_write_cb_bio(name, type, str, asn1) \ argument
133 # define IMPLEMENT_PEM_write_cb_bio_const(name, type, str, asn1) \ argument
140 # define IMPLEMENT_PEM_write(name, type, str, asn1) \ argument
144 # define IMPLEMENT_PEM_write_const(name, type, str, asn1) \ argument
148 # define IMPLEMENT_PEM_write_cb(name, type, str, asn1) \ argument
152 # define IMPLEMENT_PEM_write_cb_const(name, type, str, asn1) \ argument
156 # define IMPLEMENT_PEM_read(name, type, str, asn1) \ argument
160 # define IMPLEMENT_PEM_rw(name, type, str, asn1) \ argument
164 # define IMPLEMENT_PEM_rw_const(name, type, str, asn1) \ argument
168 # define IMPLEMENT_PEM_rw_cb(name, type, str, asn1) \ argument
176 # define DECLARE_PEM_read_fp(name, type) /**/ argument
177 # define DECLARE_PEM_write_fp(name, type) /**/ argument
178 # define DECLARE_PEM_write_fp_const(name, type) /**/ argument
179 # define DECLARE_PEM_write_cb_fp(name, type) /**/ argument
197 # define DECLARE_PEM_read_bio(name, type) \ argument
200 # define DECLARE_PEM_write_bio(name, type) \ argument
203 # define DECLARE_PEM_write_bio_const(name, type) \ argument
206 # define DECLARE_PEM_write_cb_bio(name, type) \ argument
210 # define DECLARE_PEM_write(name, type) \ argument
213 # define DECLARE_PEM_write_const(name, type) \ argument
216 # define DECLARE_PEM_write_cb(name, type) \ argument
219 # define DECLARE_PEM_read(name, type) \ argument
222 # define DECLARE_PEM_rw(name, type) \ argument
225 # define DECLARE_PEM_rw_const(name, type) \ argument
228 # define DECLARE_PEM_rw_cb(name, type) \ argument