Home
last modified time | relevance | path

Searched refs:write_bio (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/crypto/bio/
H A Dbio_dump.c114 static int write_bio(const void *data, size_t len, void *bp) in write_bio() function
121 return BIO_dump_cb(write_bio, bp, s, len); in BIO_dump()
126 return BIO_dump_indent_cb(write_bio, bp, s, len, indent); in BIO_dump_indent()
/freebsd/crypto/openssl/include/openssl/
H A Dpem.h151 PEM_write_fnsig(name, type, BIO, write_bio) \
163 PEM_write_cb_fnsig(name, type, BIO, write_bio) \
278 attr PEM_write_fnsig(name, type, BIO, write_bio);
280 attr PEM_write_fnsig(name, type, BIO, write_bio); \
281 attr PEM_write_ex_fnsig(name, type, BIO, write_bio);
289 attr PEM_write_fnsig(name, type, BIO, write_bio);
295 attr PEM_write_cb_fnsig(name, type, BIO, write_bio);
297 attr PEM_write_cb_fnsig(name, type, BIO, write_bio); \
298 attr PEM_write_cb_ex_fnsig(name, type, BIO, write_bio);
/freebsd/crypto/openssl/crypto/pem/
H A Dpem_local.h148 IMPLEMENT_PEM_provided_write_to(name, TYPE, type, str, asn1, BIO, bio, write_bio)
150 IMPLEMENT_PEM_provided_write_cb_to(name, TYPE, type, str, asn1, BIO, bio, write_bio)
H A Dpem_pkey.c315 PEM_write_cb_ex_fnsig(PrivateKey, EVP_PKEY, BIO, write_bio) in PEM_write_cb_ex_fnsig() argument
329 PEM_write_cb_fnsig(PrivateKey, EVP_PKEY, BIO, write_bio) in PEM_write_cb_fnsig() argument
390 PEM_write_fnsig(Parameters, EVP_PKEY, BIO, write_bio) in PEM_write_fnsig() argument