HomeSort by: relevance | last modified time | path
    Searched defs:ssl_async_wait_ctx_cb (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_lib.c 1786 static int ssl_async_wait_ctx_cb(void *arg) function
1803 (s->waitctx, ssl_async_wait_ctx_cb, s))
  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_lib.c 2226 static int ssl_async_wait_ctx_cb(void *arg) function
2251 && !ASYNC_WAIT_CTX_set_callback(sc->waitctx, ssl_async_wait_ctx_cb, s))

Completed in 57 milliseconds