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

  /external/boringssl/src/crypto/bio/
bio.c 131 BIO *BIO_up_ref(BIO *bio) {
  /external/boringssl/src/include/openssl/
bio.h 100 /* BIO_up_ref increments the reference count of |bio| and returns it. */
101 OPENSSL_EXPORT BIO *BIO_up_ref(BIO *bio);
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]

Completed in 3845 milliseconds