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

  /external/boringssl/src/ssl/
ssl_lib.cc 317 int SSL_CTX_up_ref(SSL_CTX *ctx) {
401 SSL_CTX_up_ref(ctx);
403 SSL_CTX_up_ref(ctx);
    [all...]
  /external/boringssl/src/include/openssl/
ssl.h 198 /* SSL_CTX_up_ref increments the reference count of |ctx|. It returns one. */
199 OPENSSL_EXPORT int SSL_CTX_up_ref(SSL_CTX *ctx);
    [all...]

Completed in 46 milliseconds