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

  /external/conscrypt/common/src/jni/main/include/
ScopedSslBio.h 32 BIO_up_ref(rbio);
33 BIO_up_ref(wbio);
  /external/boringssl/src/crypto/bio/
bio.c 117 int BIO_up_ref(BIO *bio) {
  /external/boringssl/src/include/openssl/
bio.h 101 /* BIO_up_ref increments the reference count of |bio| and returns one. */
102 OPENSSL_EXPORT int BIO_up_ref(BIO *bio);
    [all...]
  /external/boringssl/src/ssl/
ssl_test.cc     [all...]
ssl_lib.cc 538 BIO_up_ref(rbio);
    [all...]

Completed in 1242 milliseconds