write_bio
return BIO_dump_cb(write_bio, bp, s, len);
return BIO_dump_indent_cb(write_bio, bp, s, len, indent);
IMPLEMENT_PEM_provided_write_to(name, TYPE, type, str, asn1, BIO, bio, write_bio)
IMPLEMENT_PEM_provided_write_cb_to(name, TYPE, type, str, asn1, BIO, bio, write_bio)
PEM_write_cb_ex_fnsig(PrivateKey, EVP_PKEY, BIO, write_bio)
PEM_write_cb_fnsig(PrivateKey, EVP_PKEY, BIO, write_bio)
PEM_write_fnsig(Parameters, EVP_PKEY, BIO, write_bio)
PEM_write_fnsig(name, type, BIO, write_bio) \
PEM_write_cb_fnsig(name, type, BIO, write_bio) \
attr PEM_write_fnsig(name, type, BIO, write_bio);
attr PEM_write_fnsig(name, type, BIO, write_bio); \
attr PEM_write_ex_fnsig(name, type, BIO, write_bio);
attr PEM_write_fnsig(name, type, BIO, write_bio);
attr PEM_write_cb_fnsig(name, type, BIO, write_bio);
attr PEM_write_cb_fnsig(name, type, BIO, write_bio); \
attr PEM_write_cb_ex_fnsig(name, type, BIO, write_bio);