HomeSort by: relevance | last modified time | path
    Searched defs:BIO_read (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/crypto/bio/
bio_lib.c 248 * This is for compatibility with the old style BIO_read(), where existing code
288 int BIO_read(BIO *b, void *data, int dlen)
  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bio_lib.c 259 * This is for compatibility with the old style BIO_read(), where existing code
301 int BIO_read(BIO *b, void *data, int dlen)
619 while (size-- > 1 && (ret = BIO_read(bio, ptr, 1)) > 0)
  /src/crypto/external/bsd/openssl/dist/crypto/bio/
bio_lib.c 266 * This is for compatibility with the old style BIO_read(), where existing code
310 int BIO_read(BIO *b, void *data, int dlen)
526 while (size-- > 1 && (ret = BIO_read(bio, ptr, 1)) > 0)

Completed in 17 milliseconds