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

/external/openssl/crypto/bio/
H A Dbss_bio.c469 * BIO_nwrite may have to be called twice) */
910 int BIO_nwrite(BIO *bio, char **buf, int num) function
H A Dbio.h665 int BIO_nwrite(BIO *bio, char **buf, int num);
/external/openssl/include/openssl/
H A Dbio.h665 int BIO_nwrite(BIO *bio, char **buf, int num);
/external/openssl/ssl/
H A Dssltest.c1493 r = BIO_nwrite(io1, &dataptr, (int)num);
1496 fprintf(stderr, "ERROR: BIO_nwrite() did not accept "

Completed in 1024 milliseconds