| D | pem.h | 215 # define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/ argument 216 # define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/ argument 217 # define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/ argument 218 # define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/ argument 219 # define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) /**/ argument 222 # define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \ argument 225 return (type*)PEM_ASN1_read(CHECKED_D2I_OF(type, d2i_##asn1), \ 231 # define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \ argument 234 return PEM_ASN1_write(CHECKED_I2D_OF(type, i2d_##asn1), \ 240 # define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) \ argument [all …]
|