Home | History | Annotate | Download | only in openssl

Lines Matching refs:BIO_gets

108 /* BIO_gets "reads a line" from |bio| and puts at most |size| bytes into |buf|.
112 * return the digest in response to a |BIO_gets| call.
116 OPENSSL_EXPORT int BIO_gets(BIO *bio, char *buf, int size);
368 * Memory BIOs support |BIO_gets| and |BIO_puts|.
732 * it, and decodes data read from it. |BIO_gets| is not supported. Call