Lines Matching refs:rbio
118 BIO *in = NULL, *out = NULL, *b64 = NULL, *benc = NULL, *rbio =
399 rbio = in;
413 rbio = BIO_push(bzl, rbio);
429 rbio = BIO_push(b64, rbio);
471 if (BIO_read(rbio, mbuf, sizeof(mbuf)) != sizeof(mbuf)) {
476 if (BIO_read(rbio, salt,
617 while (BIO_pending(rbio) || !BIO_eof(rbio)) {
618 inl = BIO_read(rbio, (char *)buff, bsize);