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

  /external/boringssl/src/crypto/bio/
bio.c 221 int BIO_eof(BIO *bio) {
  /external/boringssl/src/include/openssl/
bio.h 156 // BIO_eof returns non-zero when |bio| has reached end-of-file. The precise
159 OPENSSL_EXPORT int BIO_eof(BIO *bio);
    [all...]

Completed in 59 milliseconds