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

  /external/openssl/crypto/bio/
bss_bio.c 273 * bio_nread0: return number of available bytes
275 * (example usage: bio_nread0(), read from buffer, bio_nread()
280 static ossl_ssize_t bio_nread0(BIO *bio, char **buf) function
328 available = bio_nread0(bio, buf);
597 ret = (long) bio_nread0(bio, ptr);
857 /* BIO_nread0/nread/nwrite0/nwrite are available only for BIO pairs for now
860 int BIO_nread0(BIO *bio, char **buf)
bio.h 659 int BIO_nread0(BIO *bio, char **buf);
    [all...]
  /external/openssl/include/openssl/
bio.h 659 int BIO_nread0(BIO *bio, char **buf);
    [all...]

Completed in 48 milliseconds