Searched refs:bio_io (Results 1 - 1 of 1) sorted by relevance

/external/boringssl/src/crypto/bio/
H A Dbio.c144 static int bio_io(BIO *bio, void *buf, int len, size_t method_offset, function
156 OPENSSL_PUT_ERROR(BIO, bio_io, BIO_R_UNSUPPORTED_METHOD);
168 OPENSSL_PUT_ERROR(BIO, bio_io, BIO_R_UNINITIALIZED);
190 return bio_io(bio, buf, len, offsetof(BIO_METHOD, bread), BIO_CB_READ,
195 return bio_io(bio, buf, len, offsetof(BIO_METHOD, bgets), BIO_CB_GETS,
200 return bio_io(bio, (char *)in, inl, offsetof(BIO_METHOD, bwrite),

Completed in 50 milliseconds