HomeSort by relevance Sort by last modified time
    Searched refs:BIO_nwrite (Results 1 - 4 of 4) sorted by null

  /external/openssl/crypto/bio/
bss_bio.c 427 * bio_nwrite: also increase length
428 * (example usage: bio_nwrite0(), write to buffer, bio_nwrite()
429 * or just bio_nwrite(), write to buffer)
469 * BIO_nwrite may have to be called twice) */
479 static ossl_ssize_t bio_nwrite(BIO *bio, char **buf, size_t num_) function
612 ret = (long) bio_nwrite(bio, ptr, (size_t) num);
910 int BIO_nwrite(BIO *bio, char **buf, int num)
bio.h 662 int BIO_nwrite(BIO *bio, char **buf, int num);
    [all...]
  /external/openssl/include/openssl/
bio.h 662 int BIO_nwrite(BIO *bio, char **buf, int num);
    [all...]
  /external/openssl/ssl/
ssltest.c     [all...]

Completed in 57 milliseconds