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

  /external/openssl/crypto/bio/
bss_bio.c 426 * bio_nwrite0: check how much space is available
428 * (example usage: bio_nwrite0(), write to buffer, bio_nwrite()
431 static ossl_ssize_t bio_nwrite0(BIO *bio, char **buf) function
489 space = bio_nwrite0(bio, buf);
607 ret = (long) bio_nwrite0(bio, ptr);
893 int BIO_nwrite0(BIO *bio, char **buf)
bio.h 661 int BIO_nwrite0(BIO *bio, char **buf);
    [all...]
  /external/openssl/include/openssl/
bio.h 661 int BIO_nwrite0(BIO *bio, char **buf);
    [all...]
  /external/openssl/ssl/
ssltest.c     [all...]

Completed in 172 milliseconds