Lines Matching defs:name

74 # define PEM_read_cb_fnsig(name, type, INTYPE, readname)                \  argument
77 # define PEM_read_cb_ex_fnsig(name, type, INTYPE, readname) \ argument
83 # define PEM_write_fnsig(name, type, OUTTYPE, writename) \ argument
85 # define PEM_write_cb_fnsig(name, type, OUTTYPE, writename) \ argument
90 # define PEM_write_ex_fnsig(name, type, OUTTYPE, writename) \ argument
94 # define PEM_write_cb_ex_fnsig(name, type, OUTTYPE, writename) \ argument
104 # define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/ argument
105 # define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/ argument
107 # define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/ argument
109 # define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/ argument
111 # define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) /**/ argument
147 # define IMPLEMENT_PEM_read_bio(name, type, str, asn1) \ argument
155 # define IMPLEMENT_PEM_write_bio(name, type, str, asn1) \ argument
163 # define IMPLEMENT_PEM_write_bio_const(name, type, str, asn1) \ argument
167 # define IMPLEMENT_PEM_write_cb_bio(name, type, str, asn1) \ argument
175 # define IMPLEMENT_PEM_write_cb_bio_const(name, type, str, asn1) \ argument
179 # define IMPLEMENT_PEM_write(name, type, str, asn1) \ argument
184 # define IMPLEMENT_PEM_write_const(name, type, str, asn1) \ argument
189 # define IMPLEMENT_PEM_write_cb(name, type, str, asn1) \ argument
194 # define IMPLEMENT_PEM_write_cb_const(name, type, str, asn1) \ argument
199 # define IMPLEMENT_PEM_read(name, type, str, asn1) \ argument
203 # define IMPLEMENT_PEM_rw(name, type, str, asn1) \ argument
208 # define IMPLEMENT_PEM_rw_const(name, type, str, asn1) \ argument
213 # define IMPLEMENT_PEM_rw_cb(name, type, str, asn1) \ argument
226 # define DECLARE_PEM_read_fp_attr(attr, name, type) /**/ argument
227 # define DECLARE_PEM_read_fp_ex_attr(attr, name, type) /**/ argument
228 # define DECLARE_PEM_write_fp_attr(attr, name, type) /**/ argument
229 # define DECLARE_PEM_write_fp_ex_attr(attr, name, type) /**/ argument
231 # define DECLARE_PEM_write_fp_const_attr(attr, name, type) /**/ argument
233 # define DECLARE_PEM_write_cb_fp_attr(attr, name, type) /**/ argument
234 # define DECLARE_PEM_write_cb_fp_ex_attr(attr, name, type) /**/ argument
261 # define DECLARE_PEM_read_fp(name, type) \ argument
263 # define DECLARE_PEM_write_fp(name, type) \ argument
266 # define DECLARE_PEM_write_fp_const(name, type) \ argument
269 # define DECLARE_PEM_write_cb_fp(name, type) \ argument
272 # define DECLARE_PEM_read_bio_attr(attr, name, type) \ argument
274 # define DECLARE_PEM_read_bio_ex_attr(attr, name, type) \ argument
277 # define DECLARE_PEM_read_bio(name, type) \ argument
279 # define DECLARE_PEM_read_bio_ex(name, type) \ argument
282 # define DECLARE_PEM_write_bio_attr(attr, name, type) \ argument
284 # define DECLARE_PEM_write_bio_ex_attr(attr, name, type) \ argument
287 # define DECLARE_PEM_write_bio(name, type) \ argument
289 # define DECLARE_PEM_write_bio_ex(name, type) \ argument
293 # define DECLARE_PEM_write_bio_const_attr(attr, name, type) \ argument
295 # define DECLARE_PEM_write_bio_const(name, type) \ argument
299 # define DECLARE_PEM_write_cb_bio_attr(attr, name, type) \ argument
301 # define DECLARE_PEM_write_cb_bio_ex_attr(attr, name, type) \ argument
304 # define DECLARE_PEM_write_cb_bio(name, type) \ argument
306 # define DECLARE_PEM_write_cb_ex_bio(name, type) \ argument
309 # define DECLARE_PEM_write_attr(attr, name, type) \ argument
312 # define DECLARE_PEM_write_ex_attr(attr, name, type) \ argument
315 # define DECLARE_PEM_write(name, type) \ argument
317 # define DECLARE_PEM_write_ex(name, type) \ argument
320 # define DECLARE_PEM_write_const_attr(attr, name, type) \ argument
323 # define DECLARE_PEM_write_const(name, type) \ argument
326 # define DECLARE_PEM_write_cb_attr(attr, name, type) \ argument
329 # define DECLARE_PEM_write_cb_ex_attr(attr, name, type) \ argument
332 # define DECLARE_PEM_write_cb(name, type) \ argument
334 # define DECLARE_PEM_write_cb_ex(name, type) \ argument
336 # define DECLARE_PEM_read_attr(attr, name, type) \ argument
339 # define DECLARE_PEM_read_ex_attr(attr, name, type) \ argument
342 # define DECLARE_PEM_read(name, type) \ argument
344 # define DECLARE_PEM_read_ex(name, type) \ argument
346 # define DECLARE_PEM_rw_attr(attr, name, type) \ argument
349 # define DECLARE_PEM_rw_ex_attr(attr, name, type) \ argument
352 # define DECLARE_PEM_rw(name, type) \ argument
354 # define DECLARE_PEM_rw_ex(name, type) \ argument
357 # define DECLARE_PEM_rw_const_attr(attr, name, type) \ argument
360 # define DECLARE_PEM_rw_const(name, type) \ argument
363 # define DECLARE_PEM_rw_cb_attr(attr, name, type) \ argument
366 # define DECLARE_PEM_rw_cb_ex_attr(attr, name, type) \ argument
369 # define DECLARE_PEM_rw_cb(name, type) \ argument
371 # define DECLARE_PEM_rw_cb_ex(name, type) \ argument