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

  /external/boringssl/src/crypto/bio/
bio.c 131 BIO *BIO_up_ref(BIO *bio) {
  /external/boringssl/src/include/openssl/
bio.h 98 /* BIO_up_ref increments the reference count of |bio| and returns it. */
99 OPENSSL_EXPORT BIO *BIO_up_ref(BIO *bio);
    [all...]
  /external/boringssl/src/ssl/
ssl_test.cc 795 SSL_set_bio(ssl.get(), nullptr /* rbio */, BIO_up_ref(bio.get()));
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]

Completed in 438 milliseconds