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

  /external/libmicrohttpd/src/testspdy/
test_session_timeout.c 85 new_session_cb (void *cls, function
140 &new_session_cb,
  /external/libmicrohttpd/src/microspdy/
structures.h 909 SPDY_NewSessionCallback new_session_cb; member in struct:SPDY_Daemon
daemon.c 238 daemon->new_session_cb = nscb;
session.c     [all...]
  /external/libmicrohttpd/src/spdy2http/
proxy.c 367 new_session_cb (void * cls, function
1018 &new_session_cb,
1047 &new_session_cb,
    [all...]
  /external/boringssl/src/ssl/
ssl_session.cc     [all...]
tls13_client.cc 882 ssl->ctx->new_session_cb != NULL &&
883 ssl->ctx->new_session_cb(ssl, session.get())) {
884 // |new_session_cb|'s return value signals that it took ownership.
ssl_lib.cc 307 if (ctx->new_session_cb != NULL) {
309 if (!ctx->new_session_cb(ssl, ssl->s3->established_session.get())) {
310 // |new_session_cb|'s return value signals whether it took ownership.
    [all...]
internal.h 1968 int (*new_session_cb)(SSL *ssl, SSL_SESSION *sess); member in struct:bssl::SSLContext
    [all...]
  /external/boringssl/src/include/openssl/
ssl.h     [all...]

Completed in 270 milliseconds