Lines Matching defs:name

69 # define PEM_read_cb_fnsig(name, type, INTYPE, readname)                \  argument
72 # define PEM_read_cb_ex_fnsig(name, type, INTYPE, readname) \ argument
78 # define PEM_write_fnsig(name, type, OUTTYPE, writename) \ argument
80 # define PEM_write_cb_fnsig(name, type, OUTTYPE, writename) \ argument
85 # define PEM_write_ex_fnsig(name, type, OUTTYPE, writename) \ argument
89 # define PEM_write_cb_ex_fnsig(name, type, OUTTYPE, writename) \ argument
99 # define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/ argument
100 # define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/ argument
102 # define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/ argument
104 # define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/ argument
106 # define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) /**/ argument
142 # define IMPLEMENT_PEM_read_bio(name, type, str, asn1) \ argument
150 # define IMPLEMENT_PEM_write_bio(name, type, str, asn1) \ argument
158 # define IMPLEMENT_PEM_write_bio_const(name, type, str, asn1) \ argument
162 # define IMPLEMENT_PEM_write_cb_bio(name, type, str, asn1) \ argument
170 # define IMPLEMENT_PEM_write_cb_bio_const(name, type, str, asn1) \ argument
174 # define IMPLEMENT_PEM_write(name, type, str, asn1) \ argument
179 # define IMPLEMENT_PEM_write_const(name, type, str, asn1) \ argument
184 # define IMPLEMENT_PEM_write_cb(name, type, str, asn1) \ argument
189 # define IMPLEMENT_PEM_write_cb_const(name, type, str, asn1) \ argument
194 # define IMPLEMENT_PEM_read(name, type, str, asn1) \ argument
198 # define IMPLEMENT_PEM_rw(name, type, str, asn1) \ argument
203 # define IMPLEMENT_PEM_rw_const(name, type, str, asn1) \ argument
208 # define IMPLEMENT_PEM_rw_cb(name, type, str, asn1) \ argument
221 # define DECLARE_PEM_read_fp_attr(attr, name, type) /**/ argument
222 # define DECLARE_PEM_read_fp_ex_attr(attr, name, type) /**/ argument
223 # define DECLARE_PEM_write_fp_attr(attr, name, type) /**/ argument
224 # define DECLARE_PEM_write_fp_ex_attr(attr, name, type) /**/ argument
226 # define DECLARE_PEM_write_fp_const_attr(attr, name, type) /**/ argument
228 # define DECLARE_PEM_write_cb_fp_attr(attr, name, type) /**/ argument
229 # define DECLARE_PEM_write_cb_fp_ex_attr(attr, name, type) /**/ argument
256 # define DECLARE_PEM_read_fp(name, type) \ argument
258 # define DECLARE_PEM_write_fp(name, type) \ argument
261 # define DECLARE_PEM_write_fp_const(name, type) \ argument
264 # define DECLARE_PEM_write_cb_fp(name, type) \ argument
267 # define DECLARE_PEM_read_bio_attr(attr, name, type) \ argument
269 # define DECLARE_PEM_read_bio_ex_attr(attr, name, type) \ argument
272 # define DECLARE_PEM_read_bio(name, type) \ argument
274 # define DECLARE_PEM_read_bio_ex(name, type) \ argument
277 # define DECLARE_PEM_write_bio_attr(attr, name, type) \ argument
279 # define DECLARE_PEM_write_bio_ex_attr(attr, name, type) \ argument
282 # define DECLARE_PEM_write_bio(name, type) \ argument
284 # define DECLARE_PEM_write_bio_ex(name, type) \ argument
288 # define DECLARE_PEM_write_bio_const_attr(attr, name, type) \ argument
290 # define DECLARE_PEM_write_bio_const(name, type) \ argument
294 # define DECLARE_PEM_write_cb_bio_attr(attr, name, type) \ argument
296 # define DECLARE_PEM_write_cb_bio_ex_attr(attr, name, type) \ argument
299 # define DECLARE_PEM_write_cb_bio(name, type) \ argument
301 # define DECLARE_PEM_write_cb_ex_bio(name, type) \ argument
304 # define DECLARE_PEM_write_attr(attr, name, type) \ argument
307 # define DECLARE_PEM_write_ex_attr(attr, name, type) \ argument
310 # define DECLARE_PEM_write(name, type) \ argument
312 # define DECLARE_PEM_write_ex(name, type) \ argument
315 # define DECLARE_PEM_write_const_attr(attr, name, type) \ argument
318 # define DECLARE_PEM_write_const(name, type) \ argument
321 # define DECLARE_PEM_write_cb_attr(attr, name, type) \ argument
324 # define DECLARE_PEM_write_cb_ex_attr(attr, name, type) \ argument
327 # define DECLARE_PEM_write_cb(name, type) \ argument
329 # define DECLARE_PEM_write_cb_ex(name, type) \ argument
331 # define DECLARE_PEM_read_attr(attr, name, type) \ argument
334 # define DECLARE_PEM_read_ex_attr(attr, name, type) \ argument
337 # define DECLARE_PEM_read(name, type) \ argument
339 # define DECLARE_PEM_read_ex(name, type) \ argument
341 # define DECLARE_PEM_rw_attr(attr, name, type) \ argument
344 # define DECLARE_PEM_rw_ex_attr(attr, name, type) \ argument
347 # define DECLARE_PEM_rw(name, type) \ argument
349 # define DECLARE_PEM_rw_ex(name, type) \ argument
352 # define DECLARE_PEM_rw_const_attr(attr, name, type) \ argument
355 # define DECLARE_PEM_rw_const(name, type) \ argument
358 # define DECLARE_PEM_rw_cb_attr(attr, name, type) \ argument
361 # define DECLARE_PEM_rw_cb_ex_attr(attr, name, type) \ argument
364 # define DECLARE_PEM_rw_cb(name, type) \ argument
366 # define DECLARE_PEM_rw_cb_ex(name, type) \ argument