Home | History | Annotate | Download | only in openssl

Lines Matching refs:BIO_puts

122 /* BIO_puts writes a NUL terminated string from |buf| to |bio|. It returns the
124 OPENSSL_EXPORT int BIO_puts(BIO *bio, const char *buf);
368 * Memory BIOs support |BIO_gets| and |BIO_puts|.